BlazSLO
(Blaz)
21
Hello finity,
thank you for your comment, I will absolutely follow your advice.
Yes, I did taken control of frontend, but there is no card with any date / time datas on it. How do I put
time sensor to a card?
Yes I did restart my HA after a code was added to configuration.yaml.
No, there is no error in logs.
finity
22
you have to find the entity that has been created and add it to an “entity” card (type: entities).
the entity should be “sensor.time” and you should find it in your states page.
BlazSLO
(Blaz)
23
Damn, it was there in the card list, I dont know, how could I miss this.
Thanx for help.
2 Likes
sete
24
I’ve tried to follow the instructions but the clock is missing. What am I doing wrong?
@jeraisel
My configuration.yaml:
sensor:
- platform: time_date
display_options:
- 'time'
- 'date'
- 'date_time'
- 'date_time_utc'
- 'date_time_iso'
- 'time_date'
- 'time_utc'
- 'beat'
My groups.yaml:
time_and_date:
name: Time and Date
view: yes
control: hidden
entities:
- group.time_date_sensors
time_date_sensors:
name: Time Date
view: no
control: hidden
entities:
- sensor.date
- sensor.time