nervetattoo / simple-thermostat

A different take on the thermostat card for Home Assistant ♨️
MIT License
744 stars 112 forks source link

Cast: issue on State #316

Open Mariusthvdb opened 2 years ago

Mariusthvdb commented 2 years ago

Describe the bug A clear and concise description of what the bug is.

While regular Lovelace shows fine, Casting that view to a Google Hub makes the 'State' field show as 'ui.panel.lovelace.editor.card.generic.state:'

the values of all sensors and state are fine, its just the left side Name of the State..

havent been Casting a lot lately, so I dont know if this is new or not. Using HA dev20220224

To Reproduce

  1. Click on '....'
  2. See error

Not much to report here sorry, just a simple card and Cast.

Expected behavior A clear and concise description of what you expected to happen.

# The least ammount of code possible to reproduce my error
type: custom:simple-thermostat
entity: climate.front_room
name: Front room
decimals: 1

Screenshots Always include a screenshot

20220225_083408738_iOS

Browser

tlilleboe commented 2 years ago

Same problem here. Simple Thermostat v2.4.3

But if I added: label: state: State

It worked.