Created
May 20, 2025 17:46
-
-
Save koutsie/91cdf9b27cf7276eae8034f52ca6f627 to your computer and use it in GitHub Desktop.
schema
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"$schema": "https://raw.githubusercontent.com/house-of-abbey/GarminHomeAssistant/main/config.schema.json", | |
"title": "Home", | |
"items": [ | |
{ | |
"entity": "light.light_4", | |
"name": "Jalkalamppu", | |
"type": "toggle" | |
}, | |
{ | |
"entity": "light.light_2", | |
"name": "Olohuone", | |
"type": "toggle" | |
}, | |
{ | |
"entity": "light.light_3", | |
"name": "Makuuhuone", | |
"type": "toggle" | |
}, | |
{ | |
"entity": "light.light_1", | |
"name": "Pelihuone", | |
"type": "toggle" | |
}, | |
{ | |
"entity": "light.triones_221522000235", | |
"name": "Pelivalot", | |
"type": "toggle" | |
}, | |
{ | |
"entity": "media_player.pikkupieru", | |
"name": "Google TV", | |
"type": "toggle" | |
}, | |
{ | |
"entity": "sensor.spothinta_fi_energy_current_hour_price", | |
"name": "Sähkön hinta", | |
"type": "sensor" | |
} | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment