add home-assistant nix configuration
This commit is contained in:
parent
bdca649697
commit
027be96f9c
22 changed files with 1450 additions and 60 deletions
12
hosts/fw.cloonar.com/modules/home-assistant/enocean.nix
Normal file
12
hosts/fw.cloonar.com/modules/home-assistant/enocean.nix
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
{
|
||||
services.home-assistant.config = {
|
||||
"binary_sensor pc_0" = [
|
||||
{
|
||||
platform = "enocean";
|
||||
id = [ 254 235 105 198 ];
|
||||
name = "enocean_switch_pc";
|
||||
}
|
||||
];
|
||||
logger.logs."homeassistant.components.enocean" = "debug";
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue