Skip to content

Switch Manager - Blueprint for the remote #8

@nervous-inhuman

Description

@nervous-inhuman

Sorry for creating an issue, but I wasn't sure where else to put this, as I wouldn't want to add it to the readme unless the author thought it was a good idea.


For anyone else using Switch Manager in Home Assistant, I've made a blueprint for the Light Bar remote:

name: Mi Computer Monitor Light Bar Remote control
service: custom
event_type: mqtt
mqtt_topic_format: lightbar2mqtt/+/+/state
buttons:
  - actions:
      - title: press
        conditions:
          - key: payload
            value: press 
      - title: rotate left
        conditions:
          - key: payload
            value: turn_counterclockwise
      - title: rotate right
        conditions:
          - key: payload
            value: turn_clockwise
      - title: rotate left (pressed)
        conditions:
          - key: payload
            value: press_turn_counterclockwise
      - title: rotate right (pressed)
        conditions:
          - key: payload
            value: press_turn_clockwise

And the picture for it:
https://github.com/user-attachments/assets/62bbb335-ce04-41a3-9a95-b43588586a2e

Here's how it looks in the Switch Manager:

Image

The instructions on how to "install" the blueprint can be found here:
https://github.com/Sian-Lee-SA/Home-Assistant-Switch-Manager?tab=readme-ov-file#blueprints

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions