Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions source/_integrations/zabbix.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,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.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
description: Also publish string states, i.e. states which cannot be cast to a numeric value.
description: Also publish string states. That is, states that cannot be cast to a numeric value.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It was already merged - @c0ffeeca7 should I re-open the PR?

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))
Expand Down Expand Up @@ -109,6 +114,7 @@ zabbix:
username: USERNAME
password: PASSWORD
publish_states_host: homeassistant
publish_string_states: true
exclude:
domains:
- device_tracker
Expand Down