Update Switchbot doc to match PR #25474 (#9976)

* Update Switchbot doc to match PR #25474

Add details on existing assumed_state attribute as well as the for the new last_run_success attribute

* ✏️ Tweaks
This commit is contained in:
manonstreet 2019-07-28 14:07:16 -04:00 committed by Franck Nijhof
parent 7ec6b5d3bb
commit 41d5559aca

View File

@ -32,3 +32,10 @@ name:
required: false
type: string
{% endconfiguration %}
## Switchbot Entity
There are two attributes available on the Switchbot entity to give you more information about your device.
- `last_run_success`: If `true` if the last action sent to the Switchbot succeeded. This attribute is useful for error trapping when Bluetooth connectivity is intermittent. If `false`, see home-assistant.log for specific error messgages.
- `assumed_state`: Always `true`. If the state of the Switchbot entity cannot be determined, it is assumed to be `on`.