Empty mode button
See original GitHub issueHello,
I am install TileBoard v2.0.3 and Home Assistant last version(0.117.6).
I am create tile following example, but the field where the mode selection button should be is empty.
I can press it and turn on the air conditioner, but I never see the current status,
Help me please, my current tile:
{ position: [0, 1], width: 2, id: "climate.air_conditioner_2", type: TYPES.CLIMATE, unit: 'C', useHvacMode: true, // Optional: enables HVAC mode (by default uses PRESET mode) state: function (item, entity) { return 'Current ' + entity.attributes.current_temperature + " °C"; } }
Issue Analytics
- State:
- Created 3 years ago
- Comments:7
Top Results From Across the Web
Empty buttons on editing an existing page #28217 - GitHub
Description. On editing an existing page multiple empty buttons are added without user interaction. Step-by-step reproduction instructions.
Read more >How do I add a new button to an empty space ... - Tobii Dynavox
Select the Edit mode (pencil icon) button. In the Select a button to edit box, select a blank button. Select one of the...
Read more >Button disabled if fields are empty and dropdown = certain value
Solved: I am creating a form which the data will get saved to a collection and i would like to disable the button...
Read more >Button bar empty buttons - Claris Community - FileMaker Pro
Enter a field and then click on the "empty" header part, where the button bar is place, but the buttons are not visible....
Read more >empty - CSS: Cascading Style Sheets - MDN Web Docs
The :empty CSS pseudo-class represents any element that has no children. Children can be either element nodes or text (including whitespace) ...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Should be fixed in https://github.com/resoai/TileBoard/releases/tag/v2.1.0
Also, the value of the
hvac_action
attribute will be shown as a “subtitle”. You haven’t shown it in your attributes dump but I think it will exist when it’s cooling or warming at the moment. At least it seems so from the HA card.Hello, @rchl . Screenshot’s were made at different times. If I turn on the AC in ON the HA card, then the changes are displayed same in the TileBoard