diff --git a/README.md b/README.md index 9850913..b5f4e1c 100644 --- a/README.md +++ b/README.md @@ -36,7 +36,7 @@ Home Assistant has a well defined way of defining sensors and actuators using MQ #### PlatformIO (Arduino or ESP-IDF): Add the following to `libs_deps`: ``` - Johboh/HomeAssistantEntities@^7.0.5 + Johboh/HomeAssistantEntities@^7.0.6 ``` You also need a MQTT library and a JSON library. See Dependencies section. Suggestion: ``` @@ -52,7 +52,7 @@ In your existing `idf_component.yml` or in a new `idf_component.yml` next to you ``` dependencies: johboh/HomeAssistantEntities: - version: ">=7.0.5" + version: ">=7.0.6" ``` ### Examples diff --git a/examples/espidf/actuators/main/idf_component.yml b/examples/espidf/actuators/main/idf_component.yml index abb8ad9..a023354 100644 --- a/examples/espidf/actuators/main/idf_component.yml +++ b/examples/espidf/actuators/main/idf_component.yml @@ -1,6 +1,6 @@ dependencies: johboh/HomeAssistantEntities: - #version: ">=7.0.5" + #version: ">=7.0.6" # Remove path and enable version to use HomeAssistantEntities from repository path: ../../../../ johboh/MQTTRemote: diff --git a/examples/espidf/all/main/idf_component.yml b/examples/espidf/all/main/idf_component.yml index abb8ad9..a023354 100644 --- a/examples/espidf/all/main/idf_component.yml +++ b/examples/espidf/all/main/idf_component.yml @@ -1,6 +1,6 @@ dependencies: johboh/HomeAssistantEntities: - #version: ">=7.0.5" + #version: ">=7.0.6" # Remove path and enable version to use HomeAssistantEntities from repository path: ../../../../ johboh/MQTTRemote: diff --git a/examples/espidf/sensors/main/idf_component.yml b/examples/espidf/sensors/main/idf_component.yml index abb8ad9..a023354 100644 --- a/examples/espidf/sensors/main/idf_component.yml +++ b/examples/espidf/sensors/main/idf_component.yml @@ -1,6 +1,6 @@ dependencies: johboh/HomeAssistantEntities: - #version: ">=7.0.5" + #version: ">=7.0.6" # Remove path and enable version to use HomeAssistantEntities from repository path: ../../../../ johboh/MQTTRemote: diff --git a/idf_component.yml b/idf_component.yml index a987d58..59c3344 100644 --- a/idf_component.yml +++ b/idf_component.yml @@ -1,4 +1,4 @@ -version: "7.0.5" +version: "7.0.6" description: Library for providing sensors and actuators to Home Assistant using MQTT. url: https://github.com/Johboh/HomeAssistantEntities dependencies: diff --git a/library.json b/library.json index d4dc074..3eeb013 100644 --- a/library.json +++ b/library.json @@ -6,7 +6,7 @@ { "name": "Johan Böhlin" }, - "version": "7.0.5", + "version": "7.0.6", "license": "MIT", "repository": { diff --git a/library.properties b/library.properties index 8864591..ad6f273 100644 --- a/library.properties +++ b/library.properties @@ -1,5 +1,5 @@ name=HomeAssistantEntities -version=7.0.5 +version=7.0.6 author=Johan Böhlin maintainer=Johan Böhlin sentence=Library for providing sensors and actuators to Home Assistant using MQTT.