mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-23 01:06:52 +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).
|
||||
required: false
|
||||
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:
|
||||
type: list
|
||||
description: Configure which integrations should be excluded from being published to Zabbix. ([Configure Filter](#configure-filter))
|
||||
@ -111,6 +116,7 @@ zabbix:
|
||||
username: USERNAME
|
||||
password: PASSWORD
|
||||
publish_states_host: homeassistant
|
||||
publish_string_states: true
|
||||
exclude:
|
||||
domains:
|
||||
- device_tracker
|
||||
|
Loading…
x
Reference in New Issue
Block a user