mirror of
https://github.com/mrcory/arduino-home-assistant.git
synced 2026-08-02 15:24:26 -04:00
rename library
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
# Arduino Home Assistant
|
||||
# Arduino Home Assistant integration
|
||||
|
||||
ArduinoHA allows to integrate an Arduino/ESP based device with Home Assistant using MQTT.
|
||||
The library is designed to use as little resources (RAM/flash) as possible.
|
||||
|
||||
+3
-3
@@ -1,9 +1,9 @@
|
||||
name=arduino-home-assistant
|
||||
version=1.0.0
|
||||
name=home-assistant-integration
|
||||
version=1.0.1
|
||||
author=Dawid Chyrzynski <dawid.chyrzynski@gmail.com>
|
||||
maintainer=Dawid Chyrzynski <dawid.chyrzynski@gmail.com>
|
||||
sentence=Home Assistant MQTT integration for Arduino
|
||||
paragraph=Lightweight library that provides easy to use API for integrating your Arduin-based device with Home Assistant.
|
||||
paragraph=Lightweight library that provides easy to use API for integrating your Arduino/ESP based device with Home Assistant.
|
||||
category=Communication
|
||||
url=https://github.com/dawidchyrzynski/arduino-home-assistant
|
||||
architectures=*
|
||||
|
||||
Reference in New Issue
Block a user