Public Member Functions | |
| None | __init__ (self, Driver driver, ZwaveNode node) |
| None | async_added_to_hass (self) |
| None | async_poll_value (self, bool _) |
| None | async_press (self) |
Public Attributes | |
| node | |
Private Attributes | |
| _attr_device_info | |
| _attr_unique_id | |
| _base_unique_id | |
Static Private Attributes | |
| _attr_entity_category = EntityCategory.CONFIG | |
| bool | _attr_has_entity_name = True |
| bool | _attr_should_poll = False |
| string | _attr_translation_key = "ping" |
| None homeassistant.components.zwave_js.button.ZWaveNodePingButton.__init__ | ( | self, | |
| Driver | driver, | ||
| ZwaveNode | node | ||
| ) |
| None homeassistant.components.zwave_js.button.ZWaveNodePingButton.async_added_to_hass | ( | self | ) |
| None homeassistant.components.zwave_js.button.ZWaveNodePingButton.async_poll_value | ( | self, | |
| bool | _ | ||
| ) |
| None homeassistant.components.zwave_js.button.ZWaveNodePingButton.async_press | ( | self | ) |
|
private |
|
staticprivate |
|
staticprivate |
|
staticprivate |
|
staticprivate |
|
private |
|
private |
| homeassistant.components.zwave_js.button.ZWaveNodePingButton.node |