Variables | |
| string | CONF_STATISTICS_ONLY = "statistics_only" |
| string | DEFAULT_LOCATION = "admin" |
| string | DEFAULT_METHOD = "GET" |
| string | DEFAULT_NAME = "Pi-Hole" |
| bool | DEFAULT_SSL = False |
| bool | DEFAULT_STATISTICS_ONLY = True |
| bool | DEFAULT_VERIFY_SSL = True |
| string | DOMAIN = "pi_hole" |
| MIN_TIME_BETWEEN_UPDATES = timedelta(minutes=5) | |
| string | SERVICE_DISABLE = "disable" |
| string | SERVICE_DISABLE_ATTR_DURATION = "duration" |
Constants for the pi_hole integration.
| string homeassistant.components.pi_hole.const.CONF_STATISTICS_ONLY = "statistics_only" |
| string homeassistant.components.pi_hole.const.DEFAULT_LOCATION = "admin" |
| string homeassistant.components.pi_hole.const.DEFAULT_METHOD = "GET" |
| string homeassistant.components.pi_hole.const.DEFAULT_NAME = "Pi-Hole" |
| bool homeassistant.components.pi_hole.const.DEFAULT_SSL = False |
| bool homeassistant.components.pi_hole.const.DEFAULT_STATISTICS_ONLY = True |
| bool homeassistant.components.pi_hole.const.DEFAULT_VERIFY_SSL = True |
| string homeassistant.components.pi_hole.const.DOMAIN = "pi_hole" |
| homeassistant.components.pi_hole.const.MIN_TIME_BETWEEN_UPDATES = timedelta(minutes=5) |
| string homeassistant.components.pi_hole.const.SERVICE_DISABLE = "disable" |