tung256
(tung)
July 9, 2019, 2:10pm
1
my config is as seen here: https://www.home-assistant.io/components/time_date/
sensor:
- platform: time_date
display_options:
- 'time'
- 'date'
it was working fine then stopped. i no longer see on the home page nor in dev-state.
not that i care to see time/date. but would this affect my time based automation such as…turning lights on and off at certain time?
tung256
(tung)
July 9, 2019, 2:12pm
2
yr not working as well
sensor:
# Weather prediction
- platform: yr
home page screen shows these:
petro
(Petro)
July 9, 2019, 2:13pm
3
I’m guessing you added a second sensor section recently. You should only have 1 sensor section.
sensor:
# Weather prediction
- platform: yr
- platform: time_date
display_options:
- 'time'
- 'date'
- platform: some_other_platform
- platform: some_other_platform2
- etc...
tung256
(tung)
July 9, 2019, 2:31pm
4
thank you! i didnt know the syntax till now.
everything is working as seen here:
sensor:
# Weather prediction
- platform: yr
- platform: time_date
display_options:
- 'time'
- 'date'
- platform: airvisual
api_key: xxxxxxxxxxxxx
1 Like