Replies: 6 comments
-
that repo says to use the updated card: https://github.com/dadge/simple_thermostat#warning--this-repo-is-not-longer-maintained-please-consider-switch-tho-the-new-one--httpsgithubcomdadgeawesome_thermostat not saying thats the problem but i would check that out. otherwise im not sure what the issue could be offhand. try moving the order of card around. it could be related to: #30 |
Beta Was this translation helpful? Give feedback.
-
sorry, i linked the wrong simple thermostat... moving the order of the cards has no effect. always the tab with simple thermostat is empty. |
Beta Was this translation helpful? Give feedback.
-
@Bone84, so its all good now? |
Beta Was this translation helpful? Give feedback.
-
no it still doesnt work, accidentally clicked on the close button, sorry. |
Beta Was this translation helpful? Give feedback.
-
thanks for the reply. i tried with the equivalent stock ha cards and its seems fine: Kooha-2023-01-18-15-59-15.mp4that config: type: custom:tabbed-card
tabs:
- card:
type: vertical-stack
cards:
- type: thermostat
entity: climate.ecobee
name: bad
- type: glance
entities:
- sensor.hacs
- sensor.carbon_dioxide
- sensor.carbon_monoxide
attributes:
label: Bad
- card:
type: vertical-stack
cards:
- type: thermostat
entity: climate.ecobee
- show_name: false
show_icon: true
show_state: true
type: glance
entities:
- sensor.hacs
- sensor.carbon_dioxide
- sensor.carbon_monoxide
attributes:
label: Wohnzimmer
- card:
type: vertical-stack
cards:
- type: thermostat
entity: climate.ecobee
- show_name: true
show_icon: false
show_state: true
type: glance
entities:
- sensor.hacs
- sensor.carbon_dioxide
- sensor.carbon_monoxide
attributes:
label: Arbeitszimmer maybe try that config and see if it works or not. also you have a |
Beta Was this translation helpful? Give feedback.
-
converted to discussion until an issue can be sussed out. can be converted back to an issue at that time. |
Beta Was this translation helpful? Give feedback.
-
Hi,
there is a Bug with Simple Thermostat.
If I use "type: custom:simple-thermostat" the Tab with Simple Thermostat shows Nothing below the Tab. If I change the type to "thermostat" or "custom:better-thermostat-ui-card" it works fine.
Beta Was this translation helpful? Give feedback.
All reactions