From 77e19ab1705bfec5b14853dddea3e69431ec0d36 Mon Sep 17 00:00:00 2001 From: Steffen Rusitschka Date: Mon, 30 Jun 2025 10:53:27 +0200 Subject: [PATCH] Document zabbix publish_string_states config (#36734) --- source/_integrations/zabbix.markdown | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/source/_integrations/zabbix.markdown b/source/_integrations/zabbix.markdown index 361d481c770..ac212bc2ccf 100644 --- a/source/_integrations/zabbix.markdown +++ b/source/_integrations/zabbix.markdown @@ -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