mennovanhout / flutter-hdashboards-issues

Issue only repository
6 stars 0 forks source link

[BUG] Title on Tado thermostat does not change when capability is empty #156

Closed BOverdevest closed 10 months ago

BOverdevest commented 10 months ago

Describe the bug For titles linked to Tado devices (Smart Thermostat, Smart Radiator) the title does not change to the value set in the edit screen when the capability line is kept empty. When a capability line is set, the title is updated. I assume it is linked to the thermostat tile

To Reproduce

  1. Create a new tile and link to a thermostat device ( based on assumption it is true for all thermostats)
  2. enter a title
  3. keep the capabilty asis
  4. press save
  5. title should be name of device
  6. edit the tile
  7. pick a capability
  8. save
  9. title is per settings

Expected behavior Title should be as set in the settings

Screenshots

image image

Using information (please complete the following information):

Homey device

Additional context Add any other context about the problem here.

mennovanhout commented 10 months ago

Yep you are right! Seems that I've forgotten to update the code of the thermostat tile! Thanks for letting me know

mennovanhout commented 10 months ago

Fixed in next update