For a while I’ve had a couple of binary sensors that uses the sensor.time from the time_date platform. The other day I notice that it was acting a bit odd and after investigating, it seem like all the time_date sensors were gone, and I cant figure out why. I’ve played around with my configuration.yaml, but to no luck. Any ideas on what might be wrong here?
# Loads default set of integrations. Do not remove.
default_config:
http:
ssl_certificate: *** Taken Out ***
ssl_key: *** Taken Out ***
homeassistant:
external_url: *** Taken Out ***
country: SE
# Text to speech
tts:
- platform: google_translate
automation: !include automations.yaml
script: !include scripts.yaml
scene: !include scenes.yaml
group: !include groups.yaml
#The daytime stuff
#input_datetime: !include daytimes/input_datetime.yaml
binary_sensor: !include daytimes/sensors_daytime.yaml
#automation: !include daytimes/automation_datetime.yaml
# Example configuration.yaml entry
my:
frontend:
themes: !include_dir_merge_named themes
sensor:
- platform: time_date
display_options:
- 'time'
- 'date'
- 'date_time'
- 'date_time_utc'
- 'date_time_iso'
- 'time_date'
- 'time_utc'
- 'beat'
- platform: sun2
monitored_conditions:
- solar_midnight
- astronomical_dawn
- nautical_dawn
- dawn
- sunrise
- solar_noon
- sunset
- dusk
- nautical_dusk
- astronomical_dusk
- daylight
- civil_daylight
- nautical_daylight
- astronomical_daylight
- night
- civil_night
- nautical_night
- astronomical_night
- elevation
- min_elevation
- max_elevation
- sun_phase
- deconz_daylight
- platform: sun2
entity_namespace: *** Taken Out ***
latitude: *** Taken Out ***
longitude: *** Taken Out ***
time_zone: Europe/Stockholm
elevation: 169
monitored_conditions:
- dawn
- sunrise
- sunset