Skip to content

Commit

Permalink
Remove hide_entity in example
Browse files Browse the repository at this point in the history
'hide_entity' property of automations is depreciated.

home-assistant/core#30799
  • Loading branch information
icouper committed Nov 25, 2020
1 parent 53c512e commit ee9378b
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -372,7 +372,6 @@ As an example:

```
- alias: Occupancy On
hide_entity: true
trigger:
- platform: numeric_state
entity_id: sensor.home_occupancy_confidence
Expand All @@ -383,7 +382,6 @@ As an example:
entity_id: input_boolean.occupancy
- alias: Occupancy Off
hide_entity: true
trigger:
- platform: numeric_state
entity_id: sensor.home_occupancy_confidence
Expand All @@ -400,7 +398,6 @@ As an example:

```
- alias: Andrew Occupancy On
hide_entity: true
trigger:
- platform: numeric_state
entity_id: sensor.andrew_occupancy_confidence
Expand All @@ -413,7 +410,6 @@ As an example:
source_type: bluetooth
- alias: Andrew Occupancy Off
hide_entity: true
trigger:
- platform: numeric_state
entity_id: sensor.andrew_occupancy_confidence
Expand Down

0 comments on commit ee9378b

Please sign in to comment.