Skip to content

Commit

Permalink
Match readme to new mqtt discovery format
Browse files Browse the repository at this point in the history
  • Loading branch information
andersonshatch committed Feb 27, 2021
1 parent 889d169 commit f654a5b
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,15 +61,14 @@ To automatically setup the cover device:
```
{
"name": "Living Room1",
"state_topic": "homeassistant/cover/RISE148/position",
"availability_topic": "homeassistant/cover/RISE148/connection",
"payload_available": "connected",
"payload_not_available": "disconnected",
"position_topic": "homeassistant/cover/RISE148/position",
"set_position_topic": "homeassistant/cover/RISE148/move",
"command_topic": "homeassistant/cover/RISE148/move",
"payload_open": "100",
"payload_close": "0",
"payload_open": 100,
"payload_close": 0,
"unique_id": "soma_RISE148_cover",
"device": {
"identifiers": "soma_RISE148",
Expand Down

0 comments on commit f654a5b

Please sign in to comment.