Skip to content

Instantly share code, notes, and snippets.

@tcastberg
Created January 24, 2020 07:10
Show Gist options
  • Save tcastberg/30540f74d6387b40e9caf449e8441878 to your computer and use it in GitHub Desktop.
Save tcastberg/30540f74d6387b40e9caf449e8441878 to your computer and use it in GitHub Desktop.
alias: test
description: ''
trigger:
- entity_id: weather.hjemme
platform: state
to: "cloudy"
- entity_id: weather.hjemme
platform: state
to: "rainy"
- entity_id: weather.hjemme
platform: state
to: "partly cloudy"
condition:
condition: and
conditions:
- condition: sun
after: sunrise
before: sunset
- condition: state
entity_id: device_tracker.mm
state: home
action:
- entity_id: light.dimmable_light_1
service: light.turn_on
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment