mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-24 01:37:23 +00:00
Document zabbix publish_string_states config (#36734)
This commit is contained in:
parent
120b257403
commit
77e19ab170
@ -64,6 +64,11 @@ publish_states_host:
|
|||||||
description: The host that will receive the state changes from Home Assistant. It needs to be manually created in Zabbix first and have the template associated with it (see above).
|
description: The host that will receive the state changes from Home Assistant. It needs to be manually created in Zabbix first and have the template associated with it (see above).
|
||||||
required: false
|
required: false
|
||||||
type: string
|
type: string
|
||||||
|
publish_string_states:
|
||||||
|
description: Also publish string states, i.e. states which cannot be cast to a numeric value.
|
||||||
|
required: false
|
||||||
|
type: boolean
|
||||||
|
default: false
|
||||||
exclude:
|
exclude:
|
||||||
type: list
|
type: list
|
||||||
description: Configure which integrations should be excluded from being published to Zabbix. ([Configure Filter](#configure-filter))
|
description: Configure which integrations should be excluded from being published to Zabbix. ([Configure Filter](#configure-filter))
|
||||||
@ -111,6 +116,7 @@ zabbix:
|
|||||||
username: USERNAME
|
username: USERNAME
|
||||||
password: PASSWORD
|
password: PASSWORD
|
||||||
publish_states_host: homeassistant
|
publish_states_host: homeassistant
|
||||||
|
publish_string_states: true
|
||||||
exclude:
|
exclude:
|
||||||
domains:
|
domains:
|
||||||
- device_tracker
|
- device_tracker
|
||||||
|
Loading…
x
Reference in New Issue
Block a user