Go to the source code of this file.
Namespaces | |
| homeassistant.components.zabbix.sensor | |
Functions | |
| None | homeassistant.components.zabbix.sensor.setup_platform (HomeAssistant hass, ConfigType config, AddEntitiesCallback add_entities, DiscoveryInfoType|None discovery_info=None) |
Variables | |
| string | homeassistant.components.zabbix.sensor._CONF_HOSTIDS = "hostids" |
| string | homeassistant.components.zabbix.sensor._CONF_INDIVIDUAL = "individual" |
| string | homeassistant.components.zabbix.sensor._CONF_TRIGGERS = "triggers" |
| homeassistant.components.zabbix.sensor._LOGGER = logging.getLogger(__name__) | |
| homeassistant.components.zabbix.sensor._ZABBIX_ID_LIST_SCHEMA = vol.Schema([int]) | |
| homeassistant.components.zabbix.sensor._ZABBIX_TRIGGER_SCHEMA | |
| homeassistant.components.zabbix.sensor.PLATFORM_SCHEMA | |