nervetattoo / simple-thermostat

A different take on the thermostat card for Home Assistant ♨️

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Can't get sensors to display

Unkn0wn-MDCLXIV opened this issue · comments

Describe the bug
Sensors added in the configuration don't show up in the frontend

To Reproduce
Add a sensor to the configuration

Expected behavior
I would expect the sensor entity to be displayed

# The least ammount of code possible to reproduce my error
  - type: custom:simple-thermostat
    entity: climate.heater_test
    name: Test
    sensors:
      - entity: heater_test_valve
        name: Valve
        unit: '%'

Screenshots
Test

Browser

  • OS: Win/iOS
  • Browser: Firefox/Mobile app
  • Simple Thermostat version from browser console: 2.5.0
  • Home Assistant version: 2022.11.4

The entity name could be wrong. Those will need to have a dot somewhere in the name. The same way as you provided
climate.heater_test, so the other could reflect heater.test_valve