[–] 2 points 2 years ago

The switches reset into a neutral position, so you can't tell if they're on or off except for the LED.

The dimmers don't make a noticeable sound but the switches make an slight audible click when turning on or off.

Worth noting mine are a few years old and they may have changed some things.

  • source
  • parent
  • context
  • [–] 2 points 2 years ago* (2 children)

    Are you looking for scene support (double, triple, etc click events) or just being able to remotely control the light?

    Worth noting several brands have cheaper "add-on" switches to use in 3-way scenarios. You would only need one smart switch and add-ons for the remaining switches.

    I personally have a bunch of Enbrighten dimmers/switches and add-ons that work like dumb switches when disconnected from the hub. I too was concerned with the WAF (wife approval factor).

  • source
  • [–] 14 points 2 years ago (2 children)

    I set up a notify group for each of us. I use notify.me and add/remove the devices as needed.

    notify:
    - name: me
      platform: group
      services:
       # - service: mobile_app_pixel_2_xl
        - service: mobile_app_pixel_6
    
    - name: her
      platform: group
      services:
        - service: mobile_app_iphone
    

    Then you can use it like any other service:

    service: notify.me
    data:
      message: Test
      title: Alert!
    
  • source
  • view more: ‹ prev next ›