Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
Johboh committed Sep 27, 2024
1 parent 3daba44 commit 7df1353
Show file tree
Hide file tree
Showing 7 changed files with 17 additions and 11 deletions.
10 changes: 8 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.6
Johboh/HomeAssistantEntities@^7.0.7
```
You also need a MQTT library and a JSON library. See Dependencies section. Suggestion:
```
Expand All @@ -52,7 +52,13 @@ In your existing `idf_component.yml` or in a new `idf_component.yml` next to you
```
dependencies:
johboh/homeassistantentities:
version: ">=7.0.6"
version: ">=7.0.7"
```

You also need a MQTT library. See Dependencies section. Suggestion:
```
johboh/mqttrmote:
version: ">=4.0.5"
```

### Examples
Expand Down
4 changes: 2 additions & 2 deletions examples/espidf/actuators/main/idf_component.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
dependencies:
johboh/HomeAssistantEntities:
#version: ">=7.0.6"
#version: ">=7.0.7"
# Remove path and include version to use HomeAssistantEntities from repository, and change to johboh/homeassistantentities (lowercase)
path: ../../../../
johboh/mqttremote:
version: ">=4.0.1"
version: ">=4.0.5"
4 changes: 2 additions & 2 deletions examples/espidf/all/main/idf_component.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
dependencies:
johboh/HomeAssistantEntities:
#version: ">=7.0.6"
#version: ">=7.0.7"
# Remove path and include version to use HomeAssistantEntities from repository, and change to johboh/homeassistantentities (lowercase)
path: ../../../../
johboh/mqttremote:
version: ">=4.0.1"
version: ">=4.0.5"
4 changes: 2 additions & 2 deletions examples/espidf/sensors/main/idf_component.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
dependencies:
johboh/HomeAssistantEntities:
#version: ">=7.0.6"
#version: ">=7.0.7"
# Remove path and include version to use HomeAssistantEntities from repository, and change to johboh/homeassistantentities (lowercase)
path: ../../../../
johboh/mqttremote:
version: ">=4.0.1"
version: ">=4.0.5"
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.6"
version: "7.0.7"
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.6",
"version": "7.0.7",
"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.6
version=7.0.7
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 7df1353

Please sign in to comment.