Lovelace switches not appearing as entity

Hi All,

I am playing with lovelace, but somehow all of my rfxcom switches and sensors won’t show up in entity cards is Lovelace.
This actually happens in all type of cards: If i use picture-entity is says unavailable: in entity cards they just don’t show up…

- type: horizontal-stack
  cards:
    - type: picture-glance
      camera_image: camera.camera_tuin_garage
      title: Tuin
      entities:
        - switch.Lamp_Schuifpui
        - switch.Lamp_Achterdeur    
    - type: picture-entity
      camera_image: camera.camera_voordeur
      title: Voordeur
      entity: switch.Lamp_Voordeur
- type: entities
  title: Temperatuursensoren
  entities:
    - sensor.Badkamer_temperature
    - sensor.Tuin_temperature
    - sensor.Kelder_temperature
    - sensor.Erkerkamer_temperature
    - sensor.Woonkamer_temperature
- type: entities
  title: Vochtigheidssensoren
  entities:
    - sensor.Badkamer_humidity
    - sensor.Tuin_humidity
    - sensor.Kelder_humidity
    - sensor.Erkerkamer_humidity
    - sensor.Woonkamer_humidity      

results in:

this is really weird, lights and all other entities are showing…

Hi,

Replace all the capital letters with normal letters for the entities.

That should fix your issue.

tnx! that did the trick…I copied the entities from my sensor config, so assumed it wasnt case sensitive.