Home Assistant Unofficial Reference 2024.12.1
sensor.py File Reference

Go to the source code of this file.

Classes

class  homeassistant.components.zestimate.sensor.ZestimateDataSensor
 

Namespaces

 homeassistant.components.zestimate.sensor
 

Functions

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

Variables

 homeassistant.components.zestimate.sensor._LOGGER = logging.getLogger(__name__)
 
string homeassistant.components.zestimate.sensor._RESOURCE = "http://www.zillow.com/webservice/GetZestimate.htm"
 
string homeassistant.components.zestimate.sensor.ATTR_AMOUNT = "amount"
 
string homeassistant.components.zestimate.sensor.ATTR_CHANGE = "amount_change_30_days"
 
string homeassistant.components.zestimate.sensor.ATTR_CURRENCY = "amount_currency"
 
string homeassistant.components.zestimate.sensor.ATTR_LAST_UPDATED = "amount_last_updated"
 
string homeassistant.components.zestimate.sensor.ATTR_VAL_HI = "valuation_range_high"
 
string homeassistant.components.zestimate.sensor.ATTR_VAL_LOW = "valuation_range_low"
 
string homeassistant.components.zestimate.sensor.CONF_ZPID = "zpid"
 
string homeassistant.components.zestimate.sensor.DEFAULT_NAME = "Zestimate"
 
string homeassistant.components.zestimate.sensor.NAME = "zestimate"
 
 homeassistant.components.zestimate.sensor.PLATFORM_SCHEMA
 
 homeassistant.components.zestimate.sensor.SCAN_INTERVAL = timedelta(minutes=30)
 
string homeassistant.components.zestimate.sensor.ZESTIMATE = f"{DEFAULT_NAME}:{NAME}"