Home Assistant Unofficial Reference 2024.12.1
sensor.py File Reference

Go to the source code of this file.

Classes

class  homeassistant.components.nsw_fuel_station.sensor.StationPriceSensor
 

Namespaces

 homeassistant.components.nsw_fuel_station.sensor
 

Functions

None homeassistant.components.nsw_fuel_station.sensor.setup_platform (HomeAssistant hass, ConfigType config, AddEntitiesCallback add_entities, DiscoveryInfoType|None discovery_info=None)
 

Variables

 homeassistant.components.nsw_fuel_station.sensor._LOGGER = logging.getLogger(__name__)
 
string homeassistant.components.nsw_fuel_station.sensor.ATTR_STATION_ID = "station_id"
 
string homeassistant.components.nsw_fuel_station.sensor.ATTR_STATION_NAME = "station_name"
 
list homeassistant.components.nsw_fuel_station.sensor.CONF_ALLOWED_FUEL_TYPES
 
list homeassistant.components.nsw_fuel_station.sensor.CONF_DEFAULT_FUEL_TYPES = ["E10", "U91"]
 
string homeassistant.components.nsw_fuel_station.sensor.CONF_FUEL_TYPES = "fuel_types"
 
string homeassistant.components.nsw_fuel_station.sensor.CONF_STATION_ID = "station_id"
 
 homeassistant.components.nsw_fuel_station.sensor.PLATFORM_SCHEMA