Skip to content

Commit 7ace52f

Browse files
authored
Rename include_string config to publish_string_states
1 parent 2020a7e commit 7ace52f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

source/_integrations/zabbix.markdown

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ publish_states_host:
6262
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).
6363
required: false
6464
type: string
65-
include_strings:
65+
publish_string_states:
6666
description: Also publish string states, i.e. states which cannot be cast to a numeric value.
6767
required: false
6868
type: boolean
@@ -114,7 +114,7 @@ zabbix:
114114
username: USERNAME
115115
password: PASSWORD
116116
publish_states_host: homeassistant
117-
include_strings: true
117+
publish_string_states: true
118118
exclude:
119119
domains:
120120
- device_tracker

0 commit comments

Comments
 (0)