Classes | |
| class | QldBushfireFeedEntityManager |
| class | QldBushfireLocationEvent |
Functions | |
| None | setup_platform (HomeAssistant hass, ConfigType config, AddEntitiesCallback add_entities, DiscoveryInfoType|None discovery_info=None) |
Variables | |
| _LOGGER = logging.getLogger(__name__) | |
| string | ATTR_CATEGORY = "category" |
| string | ATTR_EXTERNAL_ID = "external_id" |
| string | ATTR_PUBLICATION_DATE = "publication_date" |
| string | ATTR_STATUS = "status" |
| string | ATTR_UPDATED_DATE = "updated_date" |
| string | CONF_CATEGORIES = "categories" |
| float | DEFAULT_RADIUS_IN_KM = 20.0 |
| PLATFORM_SCHEMA | |
| SCAN_INTERVAL = timedelta(minutes=5) | |
| string | SIGNAL_DELETE_ENTITY = "qld_bushfire_delete_{}" |
| string | SIGNAL_UPDATE_ENTITY = "qld_bushfire_update_{}" |
| string | SOURCE = "qld_bushfire" |
| list | VALID_CATEGORIES |
Support for Queensland Bushfire Alert Feeds.
| None homeassistant.components.qld_bushfire.geo_location.setup_platform | ( | HomeAssistant | hass, |
| ConfigType | config, | ||
| AddEntitiesCallback | add_entities, | ||
| DiscoveryInfoType | None | discovery_info = None |
||
| ) |
Set up the Queensland Bushfire Alert Feed platform.
Definition at line 74 of file geo_location.py.
|
private |
Definition at line 35 of file geo_location.py.
| string homeassistant.components.qld_bushfire.geo_location.ATTR_CATEGORY = "category" |
Definition at line 37 of file geo_location.py.
| string homeassistant.components.qld_bushfire.geo_location.ATTR_EXTERNAL_ID = "external_id" |
Definition at line 38 of file geo_location.py.
| string homeassistant.components.qld_bushfire.geo_location.ATTR_PUBLICATION_DATE = "publication_date" |
Definition at line 39 of file geo_location.py.
| string homeassistant.components.qld_bushfire.geo_location.ATTR_STATUS = "status" |
Definition at line 40 of file geo_location.py.
| string homeassistant.components.qld_bushfire.geo_location.ATTR_UPDATED_DATE = "updated_date" |
Definition at line 41 of file geo_location.py.
| string homeassistant.components.qld_bushfire.geo_location.CONF_CATEGORIES = "categories" |
Definition at line 43 of file geo_location.py.
| float homeassistant.components.qld_bushfire.geo_location.DEFAULT_RADIUS_IN_KM = 20.0 |
Definition at line 45 of file geo_location.py.
| homeassistant.components.qld_bushfire.geo_location.PLATFORM_SCHEMA |
Definition at line 62 of file geo_location.py.
| homeassistant.components.qld_bushfire.geo_location.SCAN_INTERVAL = timedelta(minutes=5) |
Definition at line 47 of file geo_location.py.
| string homeassistant.components.qld_bushfire.geo_location.SIGNAL_DELETE_ENTITY = "qld_bushfire_delete_{}" |
Definition at line 49 of file geo_location.py.
| string homeassistant.components.qld_bushfire.geo_location.SIGNAL_UPDATE_ENTITY = "qld_bushfire_update_{}" |
Definition at line 50 of file geo_location.py.
| string homeassistant.components.qld_bushfire.geo_location.SOURCE = "qld_bushfire" |
Definition at line 52 of file geo_location.py.
| list homeassistant.components.qld_bushfire.geo_location.VALID_CATEGORIES |
Definition at line 54 of file geo_location.py.