I have been fighting this for days. Below is part of my entry in my lights.yaml. Everything works fine EXCEPT the basement track lights switch to light does not work at all. The others work fine and can be grouped and are operational. The Basement Light Group works, except for the track lights. Please help me see what is wrong here!
- platform: switch
name: Laundry Room Fluorescent
entity_id: switch.laundry_room_fluorescent
- platform: switch
name: Basement Work Light
entity_id: switch.basement_work_light_switch
- platform: switch
name: Basement Track Lights
entity_id: switch.basement_track_lighting_switch
- platform: group
name: Laundry Room Light Group
entities:
- light.laundry_room_south_light_bulb
- light.laundry_room_center_light_bulb
- light.laundry_room_north_light_bulb
- light.laundry_room_fluorescent
- platform: group
name: Basement Light Group
entities:
- light.basement_track_lights
- light.basement_east_light_bulb
- light.basement_west_light_bulb
- light.basement_work_light