Go to the source code of this file.
Classes | |
| class | homeassistant.components.button.ButtonDeviceClass |
| class | homeassistant.components.button.ButtonEntity |
| class | homeassistant.components.button.ButtonEntityDescription |
Namespaces | |
| homeassistant.components.button | |
Functions | |
| bool | homeassistant.components.button.async_setup (HomeAssistant hass, ConfigType config) |
| bool | homeassistant.components.button.async_setup_entry (HomeAssistant hass, ConfigEntry entry) |
| bool | homeassistant.components.button.async_unload_entry (HomeAssistant hass, ConfigEntry entry) |
Variables | |
| homeassistant.components.button._LOGGER = logging.getLogger(__name__) | |
| dictionary | homeassistant.components.button.CACHED_PROPERTIES_WITH_ATTR_ |
| homeassistant.components.button.DEVICE_CLASSES_SCHEMA = vol.All(vol.Lower, vol.Coerce(ButtonDeviceClass)) | |
| string | homeassistant.components.button.ENTITY_ID_FORMAT = DOMAIN + ".{}" |
| homeassistant.components.button.MIN_TIME_BETWEEN_SCANS = timedelta(seconds=10) | |
| homeassistant.components.button.PLATFORM_SCHEMA = cv.PLATFORM_SCHEMA | |
| homeassistant.components.button.PLATFORM_SCHEMA_BASE = cv.PLATFORM_SCHEMA_BASE | |
| homeassistant.components.button.SCAN_INTERVAL = timedelta(seconds=30) | |