Additional Inherited Members | |
Public Attributes inherited from homeassistant.components.amberelectric.binary_sensor.AmberPriceGridSensor | |
| entity_description | |
| site_id | |
Public Attributes inherited from homeassistant.components.amberelectric.coordinator.AmberUpdateCoordinator | |
| site_id | |
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.binary_sensor.BinarySensorEntity | |
| entity_category | |
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.binary_sensor.BinarySensorEntity | |
| None | |
Static Public Attributes inherited from homeassistant.helpers.entity.Entity | |
| bool | |
| EntityPlatform | |
| HomeAssistant | |
| None | |
| StateInfo | |
| StateType | |
| str | |
Sensor to show single grid binary values.
Definition at line 50 of file binary_sensor.py.
| dict[str, Any] homeassistant.components.amberelectric.binary_sensor.AmberPriceSpikeBinarySensor.extra_state_attributes | ( | self | ) |
Return additional pieces of information about the price spike.
Reimplemented from homeassistant.helpers.entity.Entity.
Definition at line 65 of file binary_sensor.py.
| str homeassistant.components.amberelectric.binary_sensor.AmberPriceSpikeBinarySensor.icon | ( | self | ) |
Return the sensor icon.
Reimplemented from homeassistant.helpers.entity.Entity.
Definition at line 54 of file binary_sensor.py.
| bool | None homeassistant.components.amberelectric.binary_sensor.AmberPriceSpikeBinarySensor.is_on | ( | self | ) |
Return true if the binary sensor is on.
Reimplemented from homeassistant.components.amberelectric.binary_sensor.AmberPriceGridSensor.
Definition at line 60 of file binary_sensor.py.