move modules to hass
This commit is contained in:
parent
993aef1ece
commit
5ea365955d
31 changed files with 17 additions and 20 deletions
|
|
@ -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