mirror of
https://github.com/gensokyo-zone/infrastructure.git
synced 2026-02-09 12:29:19 -08:00
fix: Revert "chore: remove empty hass configs"
This reverts commit 7a17249b9b.
I don't trust the wiki after all, because now a bunch of integrations
are disabled.
This commit is contained in:
parent
dee9298140
commit
a6da2bb1fb
1 changed files with 30 additions and 28 deletions
|
|
@ -149,6 +149,36 @@
|
||||||
# https://nixos.wiki/wiki/Home_Assistant#Combine_declarative_and_UI_defined_scenes
|
# https://nixos.wiki/wiki/Home_Assistant#Combine_declarative_and_UI_defined_scenes
|
||||||
"scene manual" = [];
|
"scene manual" = [];
|
||||||
"scene ui" = "!include scenes.yaml";
|
"scene ui" = "!include scenes.yaml";
|
||||||
|
counter = {};
|
||||||
|
device_tracker = {};
|
||||||
|
energy = {};
|
||||||
|
group = {};
|
||||||
|
history = {};
|
||||||
|
image = {};
|
||||||
|
input_boolean = {};
|
||||||
|
input_datetime = {};
|
||||||
|
input_number = {};
|
||||||
|
input_select = {};
|
||||||
|
input_text = {};
|
||||||
|
logbook = {};
|
||||||
|
map = {};
|
||||||
|
media_source = {};
|
||||||
|
mobile_app = {};
|
||||||
|
my = {};
|
||||||
|
person = {};
|
||||||
|
script = {};
|
||||||
|
ssdp = {};
|
||||||
|
switch = {};
|
||||||
|
stream = {};
|
||||||
|
sun = {};
|
||||||
|
system_health = {};
|
||||||
|
tag = {};
|
||||||
|
template = {};
|
||||||
|
timer = {};
|
||||||
|
webhook = {};
|
||||||
|
wake_on_lan = {};
|
||||||
|
zeroconf = {};
|
||||||
|
zone = {};
|
||||||
sensor = let
|
sensor = let
|
||||||
mkESPresenceBeacon = { device_id, ... }@args: {
|
mkESPresenceBeacon = { device_id, ... }@args: {
|
||||||
platform = "mqtt_room";
|
platform = "mqtt_room";
|
||||||
|
|
@ -176,35 +206,7 @@
|
||||||
];
|
];
|
||||||
extraComponents = [
|
extraComponents = [
|
||||||
"automation"
|
"automation"
|
||||||
"counter"
|
|
||||||
"device_tracker"
|
|
||||||
"energy"
|
|
||||||
"group"
|
|
||||||
"history"
|
|
||||||
"image"
|
|
||||||
"input_boolean"
|
|
||||||
"input_datetime"
|
|
||||||
"input_number"
|
|
||||||
"input_select"
|
|
||||||
"input_text"
|
|
||||||
"logbook"
|
|
||||||
"map"
|
|
||||||
"media_source"
|
|
||||||
"mobile_app"
|
|
||||||
"my"
|
|
||||||
"person"
|
|
||||||
"scene"
|
"scene"
|
||||||
"script"
|
|
||||||
"ssdp"
|
|
||||||
"switch"
|
|
||||||
"stream"
|
|
||||||
"sun"
|
|
||||||
"system_health"
|
|
||||||
"tag"
|
|
||||||
"template"
|
|
||||||
"timer"
|
|
||||||
"webhook"
|
|
||||||
"zone"
|
|
||||||
"zha"
|
"zha"
|
||||||
"esphome"
|
"esphome"
|
||||||
"apple_tv"
|
"apple_tv"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue