Readme | Home View | Media | Rooms | Cameras | Comics | System | Floor Plan
-
Lovelace Layout Card - Backend card that provides more control in how to organize your Lovelace cards in a readable format, versus the previous method of using vertical and horizontal stacks. You define the columns and choose where to insert breaks, thus maximizing screen space. | My Config | Github |
-
Compact Custom Header - Reduces the height of the original HA header, saving precious space needed on small tablets like the Fire HD8. Also adds a clock. To use the header with the layout card or stack card, it must be placed within the layout card, not outside. | My Config | Github |
-
Lights - Uses standard Lovelace Entities card to display lights. | My Config |
- Slider Entity Row adds a brightness slider to light entities. | My Config | Github |
- I use SmartThings to control my Zigbee light bulbs, and so I setup MQTT lights in this example. I had to setup the Mosquitto broker Hass.io add-on, SmartBridge Hass.io add-on, the SmartApp and SmartThings device. BUT, as of Home Assistant version 0.87, SmartThings integration is built in andyou no longer have to do this! I'm glad I didn't write an updated tutorial for the old method... | My Config |
-
Alarm Panel - I used a demo alarm panel in this example. But you can use an MQTT alarm panel if your alarm is within SmartThings. | My Config | HA Component |
-
Fans - I used a demo fan entity in this example. | My Config | HA Component |
-
Locks - I used a demo lock entity in this example. To make it look nice, try using Picture Elements Lovelace card! | My Config | HA Component |