Home Assistant Unofficial Reference 2024.12.1
sensor.py File Reference

Go to the source code of this file.

Classes

class  homeassistant.components.subaru.sensor.SubaruSensor
 

Namespaces

 homeassistant.components.subaru.sensor
 

Functions

None homeassistant.components.subaru.sensor._async_migrate_entries (HomeAssistant hass, ConfigEntry config_entry)
 
None homeassistant.components.subaru.sensor.async_setup_entry (HomeAssistant hass, ConfigEntry config_entry, AddEntitiesCallback async_add_entities)
 
list[SubaruSensor] homeassistant.components.subaru.sensor.create_vehicle_sensors (vehicle_info, DataUpdateCoordinator coordinator)
 

Variables

 homeassistant.components.subaru.sensor._LOGGER = logging.getLogger(__name__)
 
list homeassistant.components.subaru.sensor.API_GEN_2_SENSORS
 
list homeassistant.components.subaru.sensor.API_GEN_3_SENSORS
 
list homeassistant.components.subaru.sensor.EV_SENSORS
 
string homeassistant.components.subaru.sensor.FUEL_CONSUMPTION_LITERS_PER_HUNDRED_KILOMETERS = "L/100km"
 
string homeassistant.components.subaru.sensor.FUEL_CONSUMPTION_MILES_PER_GALLON = "mi/gal"
 
 homeassistant.components.subaru.sensor.KM_PER_MI = DistanceConverter.convert(1, UnitOfLength.MILES, UnitOfLength.KILOMETERS)
 
 homeassistant.components.subaru.sensor.L_PER_GAL = VolumeConverter.convert(1, UnitOfVolume.GALLONS, UnitOfVolume.LITERS)
 
list homeassistant.components.subaru.sensor.SAFETY_SENSORS