#### время дня с привязкой к солнцу
- platform: tod
name: tod_day_astr
after: sunrise
before: sunset
- platform: tod
name: tod_night_astr
after: sunset
before: sunrise
- platform: tod
name: tod_morning_astr
after: sunrise
after_offset: '-02:00'
before: sunrise
before_offset: '+01:00'
- platform: tod
name: tod_evening_astr
after: sunset
after_offset: '-01:00'
before: sunset
before_offset: '+02:00'
#### время дня по времени
- platform: tod
name: tod_night
after: '23:00'
before: '06:00'
- platform: tod
name: tod_morning
after: '06:00'
before: '09:00'
- platform: tod
name: tod_day
after: '09:00'
before: '19:00'
- platform: tod
name: tod_evening
after: '19:00'
before: '23:00'
- platform: tod
name: tod_long_day
after: '06:00'
before: '21:30'
- platform: tod
name: tod_long_night
after: '21:30'
before: '06:00'
Тут часть по времени, часть по солнышку