Skip to content

Commit 750ad48

Browse files
Jeremy WillansJeremy Willans
Jeremy Willans
authored and
Jeremy Willans
committed
Update README
1 parent 53ff432 commit 750ad48

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

README.md

+2-4
Original file line numberDiff line numberDiff line change
@@ -98,20 +98,18 @@ This will create a new local addon which you can install
9898
* Initiate a Clean Rooms clean from the iRobot App, ensuring you select all **BUT** one room! (if you select them all, it wont list them out. Perform a second clean on the remaining room to get all the details)
9999
* Navigate to ```http://<ip or fqdn of docker host>:<rest980port>/api/local/info/state```
100100
* Look for the "lastCommand" section and copy down the following info
101-
- pmap_id
102-
- user_pmapv_id
103101
- regions
104102

105103
### Step 6: Configure Home Assistant Package and Secrets
106104

107105
The below is my configuration YAML file which uses the [Packages](https://www.home-assistant.io/docs/configuration/packages/) feature in HA to keep all the separate components together.
108106

109-
I split off the ids and regions into the secrets file to make it easier to manage for future updates (these will change if you update your floorplan from the iRobot app)
107+
I split off the regions into the secrets file to make it easier to manage for future updates (these will change if you update your floorplan from the iRobot app)
110108

111109
I have tried to map as many of the reported statuses, however I occasionally get an "Unknown" in the logs, if you work out another state, please post it up!
112110

113111
**Notes:**
114-
- Make sure you **remove** any trailing commads from the regions when copying them into the secrets file!
112+
- Make sure you **remove** any trailing commads from the regions when copying them into the secrets file! You only need to copy the region ID, not the rest of the code
115113
- The input_booleans and input_text entries all start with vacuum as this is used in the templates for correct mapping in lovelace
116114

117115
```

0 commit comments

Comments
 (0)