Home Assistant Unofficial Reference 2024.12.1
__init__.py File Reference

Go to the source code of this file.

Classes

class  homeassistant.components.nsw_fuel_station.StationPriceData
 

Namespaces

 homeassistant.components.nsw_fuel_station
 

Functions

bool homeassistant.components.nsw_fuel_station.async_setup (HomeAssistant hass, ConfigType config)
 
StationPriceData|None homeassistant.components.nsw_fuel_station.fetch_station_price_data (FuelCheckClient client)
 

Variables

 homeassistant.components.nsw_fuel_station._LOGGER = logging.getLogger(__name__)
 
 homeassistant.components.nsw_fuel_station.CONFIG_SCHEMA = cv.platform_only_config_schema(DOMAIN)
 
string homeassistant.components.nsw_fuel_station.DOMAIN = "nsw_fuel_station"
 
 homeassistant.components.nsw_fuel_station.SCAN_INTERVAL = datetime.timedelta(hours=1)