Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
- 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
The text was updated successfully, but these errors were encountered:
Temporarily remove being home to rain sensor Re: #115
f6ef981
29e2116
509ad26
Current Automation Prior to Edits:
The text was updated successfully, but these errors were encountered: