I’m not sure what the most efficient way to do this is so if I’ve gone down the wrong path, feel free to offer alternate routes. I’m looking to create another HA dashboard that’ll be displayed on my 32" FireTVs that are above my main viewing TVs in each room. So far I’ve got the foundation established:
kiosk_mode:
mobile_settings:
hide_header: true
views:
- title: Home
sections:
- type: grid
cards:
- type: horizontal-stack
cards:
- show_state: false
show_name: false
camera_view: live
type: picture-entity
entity: camera.front_g4_pro_low_resolution_channel
- show_state: false
show_name: false
camera_view: live
type: picture-entity
entity: camera.garage_g4_bullet_low_resolution_channel
- type: horizontal-stack
cards:
- show_state: false
show_name: false
camera_view: live
type: picture-entity
entity: camera.back_g4_pro_low_resolution_channel
- show_state: false
show_name: false
camera_view: live
type: picture-entity
entity: camera.porch_g4_bullet_low_resolution_channel
type: sections
max_columns: 1
cards: []
What I’d need to do to achieve my dashboard goals:
-
Eliminate the styling/borders of the camera cards/framing so that the cameras are fully displayed & touching. No rounded corners or padding.
-
This may be part of #1 but I also need the four cameras to fill a 16:9 display fully in landscape. Currently they reside smaller in the center as pictured above. I want them to fully fill the 16:9 displays from edge to edge. This will only be used on the same 32" displays currently so the resolution/dimensions will be the same across the board if I need to create custom sizing or something.
-
This one may be a little bit trickier but I need to display the current time & temperature in the middle of the screen in basic font. Probably white or red in color but I’m assuming I can change the size/color as needed via the code until I reach the desired aesthetic. I’ve heard of making cards transparent save for the text you want to display to overlay so I think maybe this would be the route here.
I’m relatively new and still learning how to create/edit dashboards so simple explanations so that I can follow along would be appreciated.