mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-22 16:56:50 +00:00
* 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:
parent
7ec6b5d3bb
commit
41d5559aca
@ -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`.
|
||||
|
Loading…
x
Reference in New Issue
Block a user