Turn routine actions into smart scenarios
Automation is a system of rules and scenarios that allow your home to:
Advanced Python/YAML scenarios for complex logic:
if soil_moisture < 30% and weather.rain < 0.2mm:
start_watering(15min)
notify("Garden watering started")
elif weather.temperature > 35°C:
extra_watering(5min)
Script capabilities:
Automated actions when entering/leaving defined zones
Control via Siri, Google Assistant, or Alice
Push, SMS, or Telegram alerts for critical events