@hosweho wrote:
Hi,
i’m new here… maybe somebody can explain me why entities of type “binary_sensor” (or other sensors), which are defined in configuration.yaml, are not displayed in the UI under “Configuration/Entities” ?Only under “/developer-tools/state” i can see the sensors.
My config:
binary_sensor: - platform: template sensors: sun_up: entity_id: - sun.sun value_template: >- {{ is_state("sun.sun", "above_horizon") }} sensor: - platform: yr name: MyTestSensor forecast: 24 monitored_conditions: - temperature - symbol
Thx!
Posts: 4
Participants: 4