Skip to content

Diagnose Rainy Day Automation Issues #115

@brianjking

Description

@brianjking

Current Automation Prior to Edits:

- alias: Rainy Day
  trigger:
    platform: state
    entity_id: sensor.weather_precip_intensity
    to: 'rain'
  condition:
    - condition: state
      entity_id: group.all_devices
      state: 'home'
    - condition: time
      after: '14:00'
      before: '23:00'
  action:
    service: homeassistant.turn_on
    entity_id: group.livingroom_lights

- alias: Rain is over
  trigger:
    - platform: state
      entity_id: sensor.weather_precip_intensity
      to: 'None'
  condition:
    - condition: sun
      after: 'sunset'
  action:
    service: homeassistant.turn_off
    entity_id: group.livingroom_lights 

Metadata

Metadata

Assignees

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions