Document zabbix publish_string_states config (#36734)

This commit is contained in:
Steffen Rusitschka 2025-06-30 10:53:27 +02:00 committed by GitHub
parent 120b257403
commit 77e19ab170
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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