13 lines
262 B
Nix
13 lines
262 B
Nix
{
|
|
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";
|
|
};
|
|
}
|