Skip to content
Snippets Groups Projects
Select Git revision
  • b0b93dd2e829198826a685fa35675f529117f908
  • master default protected
2 results

README

Blame
  • light_settings.yaml 516 B
    substitutions:
      # Schedules
      schedule_grow_on: "0 0 3 * * *"
      schedule_grow_off: "0 0 21 * * *"
      schedule_bloom_on: "0 0 6 * * *"
      schedule_bloom_off: "0 0 18 * * *"
    
    sensor:
      - platform: template
        id: light_schedule
        name: "Light Schedule"
        lambda: return id(schedule).active_index();
        internal: true
    
    select:
      - platform: template
        id: schedule
        name: "Light: Schedule"
        options: ["Disabled", "Grow", "Bloom"]
        initial_option: "Disabled"
        optimistic: true
        restore_value: true