Hello,
i have started clean my configuration.yaml from sensors to own folders and dedicated files. I was already able to move some sensors (e.g binary) and adding this to my configuration.yaml
Now I’m trying to move platform type of sensors e.g:
sensor:
- platform: time_date
display_options:
- time
- date
- date_time
I first created sensors folder and there date_time.yaml file and then tried to add this is my configuration yaml: sensor: !include_dir_merge_list sensors/
but no matter what I tried date_time.yaml was always giving some kind of error. I tried different file formats like
- platform: time_date
display_options:
- time
- date
- date_time
display_options:
- time
- date
- date_time
sensor:
- platform: time_date
display_options:
- time
- date
- date_time
but always same issues. I think I have some format issue somewhere but can some help to point out my mistake?
Not sure if doing something totally wrong by splitting them like this or am I not just understanding something here because this is fairly new topic for me.
Yeah, seems like so because I checked and restarted my HA and I can see those sensors just fine now… and nothing can be found from HA logs related to these after booting