How do I control my zigbee light from an iOS widget?

2 points · 3 comments · view on lemmy.world

3 Comments

stooovie@lemmy.world · 4 pts · 3y

I expose my devices to Homekit and use Homekit widgets.

CondorWonder@lemmy.ca · 1 pts · 3y

The easiest is to create a scene - those are natively exposed in widgets. If you want something that will toggle the light, I’d use an input_boolean in a scene, and an automation that would watch for it changing to on. The automation would toggle the light, then turn the input_boolean off so the scene will do something again.

maxgyver@lemmy.world · 1 pts · 3y

just look for the HomeKit Bridge integration and expose what you want. I am running one bridge per device type (light,cover,sensor,switch…)