feat: add homeassistant integration (#578)

This commit is contained in:
Manuel
2024-06-10 21:16:39 +02:00
committed by GitHub
parent 19498854fc
commit 2e782ae442
28 changed files with 468 additions and 31 deletions

View File

@@ -818,6 +818,36 @@ export default {
noBrowerSupport: "Your Browser does not support iframes. Please update your browser.",
},
},
"smartHome-entityState": {
name: "Entity State",
description: "Display the state of an entity and toggle it optionally",
option: {
entityId: {
label: "Entity ID",
},
displayName: {
label: "Display-name",
},
entityUnit: {
label: "Entity Unit",
},
clickable: {
label: "Clickable",
},
},
},
"smartHome-executeAutomation": {
name: "Execute Automation",
description: "Trigger an automation with one click",
option: {
displayName: {
label: "Display name",
},
automationId: {
label: "Automation ID",
},
},
},
weather: {
name: "Weather",
description: "Displays the current weather information of a set location.",