Static Private Attributes | |
| bool | _restore_tilt = True |
Additional Inherited Members | |
Public Attributes inherited from homeassistant.components.motion_blinds.coordinator.DataUpdateCoordinatorMotionBlinds | |
| api_lock | |
| update_interval | |
Public Attributes inherited from homeassistant.helpers.update_coordinator.DataUpdateCoordinator | |
| always_update | |
| config_entry | |
| data | |
| hass | |
| last_exception | |
| last_update_success | |
| logger | |
| name | |
| setup_method | |
| update_interval | |
| update_method | |
Public Attributes inherited from homeassistant.components.cover.CoverEntity | |
| current_cover_position | |
| current_cover_tilt_position | |
Public Attributes inherited from homeassistant.helpers.entity.Entity | |
| device_entry | |
| entity_id | |
| hass | |
| parallel_updates | |
| platform | |
| registry_entry | |
Static Public Attributes inherited from homeassistant.components.cover.CoverEntity | |
| None | |
Static Public Attributes inherited from homeassistant.helpers.entity.Entity | |
| bool | |
| EntityPlatform | |
| HomeAssistant | |
| None | |
| StateInfo | |
| StateType | |
| str | |
| None homeassistant.components.motion_blinds.cover.MotionTiltDevice.async_close_cover_tilt | ( | self, | |
| **Any | kwargs | ||
| ) |
Close the cover tilt.
Reimplemented from homeassistant.components.cover.CoverEntity.
Reimplemented in homeassistant.components.motion_blinds.cover.MotionTiltOnlyDevice.
| None homeassistant.components.motion_blinds.cover.MotionTiltDevice.async_open_cover_tilt | ( | self, | |
| **Any | kwargs | ||
| ) |
Open the cover tilt.
Reimplemented from homeassistant.components.cover.CoverEntity.
Reimplemented in homeassistant.components.motion_blinds.cover.MotionTiltOnlyDevice.
| None homeassistant.components.motion_blinds.cover.MotionTiltDevice.async_set_cover_tilt_position | ( | self, | |
| **Any | kwargs | ||
| ) |
Move the cover tilt to a specific position.
Reimplemented from homeassistant.components.cover.CoverEntity.
Reimplemented in homeassistant.components.motion_blinds.cover.MotionTiltOnlyDevice.
| None homeassistant.components.motion_blinds.cover.MotionTiltDevice.async_stop_cover_tilt | ( | self, | |
| **Any | kwargs | ||
| ) |
Stop the cover.
Reimplemented from homeassistant.components.cover.CoverEntity.
| int | None homeassistant.components.motion_blinds.cover.MotionTiltDevice.current_cover_tilt_position | ( | self | ) |
Return current angle of cover. None is unknown, 0 is closed/minimum tilt, 100 is fully open/maximum tilt.
Reimplemented from homeassistant.components.cover.CoverEntity.
Reimplemented in homeassistant.components.motion_blinds.cover.MotionTiltOnlyDevice.
Return if the cover is closed or not.
Reimplemented from homeassistant.components.motion_blinds.cover.MotionBaseDevice.
Reimplemented in homeassistant.components.motion_blinds.cover.MotionTiltOnlyDevice.
|
staticprivate |