node-red-contrib-home-assistant-websocketnode-red-contrib-home-assistant-websocket
Guides
Nodes
FAQ
Cookbook
Scrubber
Discussions
Discord
Github
Guides
Nodes
FAQ
Cookbook
Scrubber
Discussions
Discord
Github
  • Config Nodes

    • Device Config
    • Entity Config
    • Server Config
  • General Nodes

    • Action
    • API
    • Current State
    • Device
    • Events: all
    • Events: calendar
    • Events: state
    • Fire Event
    • Get Entities
    • Get History
    • Poll State
    • Render Template
    • Sentence
    • Tag
    • Time
    • Trigger: state
    • Wait Until
    • Webhook
    • Zone
  • Entity Nodes

    • Binary Sensor
    • Button
    • Entity
    • Number
    • Select
    • Sensor
    • Switch
    • Text
    • Time
    • Update Config

Zone

The Zone node outputs data when a configured entity enters or leaves one of the defined zones in Home Assistant. Zones are geographical areas you define in Home Assistant, and this node can trigger automations based on whether entities (like phones or trackers) enter or exit these zones.

Configuration

Entities

  • Type: array

An array of entity ids to monitor for zone changes.

Event

  • Type: string

Set when to check an entity. Either entering or leaving a zone.

Zones

  • Type: array

An array of zone ids to check when a configured entity updates.

Outputs

topic

  • Type: string

The entity id of the device/person that triggered the update.

payload

  • Type: string

The state of the device/person entity that triggered the update.

data

  • Type: object

The entity object of the device/person that triggered the update.

zones

  • Type: array

An array of zone entities where the device/person entity entered/left after an update of location.

Help us improve this page!
Last Updated:
Contributors: Jason
Prev
Webhook