Not sure what’s wrong, yamllint pushes the horizontal-stack value to the bottom for reasons I’m unaware of:
Any ideas?
title: My Awesome Home
# Include external resources
resources:
- url: /local/thermostat-card.js?v=0.5
type: module
background: center / cover no-repeat url("/background.png") fixed
# Exclude entities from "Unused entities" view
excluded_entities:
- weblink.router
views:
# View tab title.
- title: Location
background: radial-gradient(crimson, skyblue)
theme: dark-mode
- title: Heating and Lighting
- type: horizontal-stack
cards:
- type: glance
title: At a Glance
entities:
- sensor.kitchen_thermostat_temperature
- sensor.kitchen_thermostat_target
- sensor.kitchen_thermostat_humidity
- light.yeelight_rgb_286c07ae2621
- light.yeelight_rgb_286c07aeabc2
- type: entities
# Title of the entities card
title: Lighting
entities:
- entity: light.gateway_light_7811dcb24481
name: Gateway
- light.yeelight_rgb_286c07ae2621
- entity: light.yeelight_rgb_286c07aeabc2
# Override the name to use
name: Mancave
- type: custom:thermostat-card
title: Kitchen
entity: climate.kitchen
- type: entities
# Title of the entities card
title: Heating
entities:
- entity: climate.kitchen
name: Set Thermostat Temperature