Home Assistant Unofficial Reference 2024.12.1
geo_location.py File Reference

Go to the source code of this file.

Classes

class  homeassistant.components.qld_bushfire.geo_location.QldBushfireFeedEntityManager
 
class  homeassistant.components.qld_bushfire.geo_location.QldBushfireLocationEvent
 

Namespaces

 homeassistant.components.qld_bushfire.geo_location
 

Functions

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

Variables

 homeassistant.components.qld_bushfire.geo_location._LOGGER = logging.getLogger(__name__)
 
string homeassistant.components.qld_bushfire.geo_location.ATTR_CATEGORY = "category"
 
string homeassistant.components.qld_bushfire.geo_location.ATTR_EXTERNAL_ID = "external_id"
 
string homeassistant.components.qld_bushfire.geo_location.ATTR_PUBLICATION_DATE = "publication_date"
 
string homeassistant.components.qld_bushfire.geo_location.ATTR_STATUS = "status"
 
string homeassistant.components.qld_bushfire.geo_location.ATTR_UPDATED_DATE = "updated_date"
 
string homeassistant.components.qld_bushfire.geo_location.CONF_CATEGORIES = "categories"
 
float homeassistant.components.qld_bushfire.geo_location.DEFAULT_RADIUS_IN_KM = 20.0
 
 homeassistant.components.qld_bushfire.geo_location.PLATFORM_SCHEMA
 
 homeassistant.components.qld_bushfire.geo_location.SCAN_INTERVAL = timedelta(minutes=5)
 
string homeassistant.components.qld_bushfire.geo_location.SIGNAL_DELETE_ENTITY = "qld_bushfire_delete_{}"
 
string homeassistant.components.qld_bushfire.geo_location.SIGNAL_UPDATE_ENTITY = "qld_bushfire_update_{}"
 
string homeassistant.components.qld_bushfire.geo_location.SOURCE = "qld_bushfire"
 
list homeassistant.components.qld_bushfire.geo_location.VALID_CATEGORIES