diff --git a/configurations/homie/modules/home-assistant/netdaemon/apps/Frontend/BathroomLight/BathroomLight.cs b/configurations/homie/modules/home-assistant/netdaemon/apps/Frontend/BathroomLight/BathroomLight.cs index 60a774f2..2a1f3531 100644 --- a/configurations/homie/modules/home-assistant/netdaemon/apps/Frontend/BathroomLight/BathroomLight.cs +++ b/configurations/homie/modules/home-assistant/netdaemon/apps/Frontend/BathroomLight/BathroomLight.cs @@ -13,6 +13,9 @@ namespace NetDaemonConfig.Apps.Frontend.BathroomLight { public BathroomLight(Services services, Entities entities) { + // ZigBee needs restart to access Light + entities.Button.Slzb06p7CoreRestart.Press(); + LightEntity? bathroomLight = entities.Light.Tz3210KatchgxyTs0505bLight; InputTextEntity? bathroomLightBrightness = entities.InputText.BathroomLightBrightness;