WTH can't I control a switch with light.toggle?

Currently I have switches and lights… There is no physical difference between the two except that one dims and the other doesn’t. In automations I need to have two separate calls light.toggle and switch.toggle, one doesn’t work with the other. What the heck?

Use homeassistant.toggle instead :slight_smile:

1 Like

Or you can also convert your switch to a light with the light switch integration.

1 Like

Beautiful!! Just beautiful :slight_smile: Thanks both of you.