thewatchman
thewatchman copied to clipboard
Update README.md
Corrected some spelling errors
Hi @IainPHay do you mind including in your PR a fix for the services card? I don’t want to do another since you’ve got more fixes here.
line 166 should replace “services” with “entities” to fix the services report card on the latest home-assistant release.
entities
Sorry for slow reply, sure can do, to clarify
"sensor.watchman_missing_services", "services") to "sensor.watchman_missing_services", "entities or "sensor.watchman_missing_services", "services") to "sensor.watchman_missing_sentities", "entities ?
Yeah should be:
state_attr("sensor.watchman_missing_services", "entities")
Yeah should be:
state_attr("sensor.watchman_missing_services", "entities")
Cheers that's done.