Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
Johboh committed Aug 17, 2024
1 parent 9401331 commit 3586664
Show file tree
Hide file tree
Showing 7 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
```
Expand All @@ -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
Expand Down
2 changes: 1 addition & 1 deletion examples/espidf/actuators/main/idf_component.yml
Original file line number Diff line number Diff line change
@@ -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:
Expand Down
2 changes: 1 addition & 1 deletion examples/espidf/all/main/idf_component.yml
Original file line number Diff line number Diff line change
@@ -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:
Expand Down
2 changes: 1 addition & 1 deletion examples/espidf/sensors/main/idf_component.yml
Original file line number Diff line number Diff line change
@@ -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:
Expand Down
2 changes: 1 addition & 1 deletion idf_component.yml
Original file line number Diff line number Diff line change
@@ -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:
Expand Down
2 changes: 1 addition & 1 deletion library.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
{
"name": "Johan Böhlin"
},
"version": "7.0.5",
"version": "7.0.6",
"license": "MIT",
"repository":
{
Expand Down
2 changes: 1 addition & 1 deletion library.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name=HomeAssistantEntities
version=7.0.5
version=7.0.6
author=Johan Böhlin <[email protected]>
maintainer=Johan Böhlin <[email protected]>
sentence=Library for providing sensors and actuators to Home Assistant using MQTT.
Expand Down

0 comments on commit 3586664

Please sign in to comment.