Home-Assistant-Switch-Manager icon indicating copy to clipboard operation
Home-Assistant-Switch-Manager copied to clipboard

Switch manager is a centralised component to handle button pushes for your wireless switches. This includes anything passed through the event bus. The component relies on switch blueprints which is ea...

Results 14 Home-Assistant-Switch-Manager issues
Sort by recently updated
recently updated
newest added

## Blueprint Checklist - [x] You viewed the README and conformed to the [naming conventions](https://github.com/Sian-Lee-SA/Home-Assistant-Switch-Manager#title-naming-convention) - [x] You ordered the actions as stated in the README [action order](https://github.com/Sian-Lee-SA/Home-Assistant-Switch-Manager#order-convention) - [x]...

## Blueprint Checklist - [x] You viewed the README and conformed to the [naming conventions](https://github.com/Sian-Lee-SA/Home-Assistant-Switch-Manager#title-naming-convention) - [x] You ordered the actions as stated in the README [action order](https://github.com/Sian-Lee-SA/Home-Assistant-Switch-Manager#order-convention) - [x]...

Hi all, I'm not seeing proper detection of events from a Shelly 1pm Gen3. It's definitely generating shelly.click events, but if I try the Shelly 1 blueprint, it never detects...

Hi, I want to assign an action to e.g. a light switch. In the visual editor I select "device" and then e.g. lamp1. and then in the dropdown the selection...

## Blueprint Checklist - [x] You viewed the README and conformed to the [naming conventions](https://github.com/Sian-Lee-SA/Home-Assistant-Switch-Manager#title-naming-convention) - [x] You ordered the actions as stated in the README [action order](https://github.com/Sian-Lee-SA/Home-Assistant-Switch-Manager#order-convention) - [x]...

hass.helpers will be deprecated from HA 2024.11 as per this notice: https://developers.home-assistant.io/blog/2024/03/30/deprecate-hass-helpers/

Hi ive made a blueprint for the eglo 99099 remote, but for some reason its not loaded into switch manager. `name: Eglo 99099 service: Zigbee2MQTT event_type: mqtt mqtt_topic_format: zigbee2mqtt/+/action buttons:...

All uploaded images should not exceed the maximum width of 800px as stated below in the checklist. But in the UI, very wide images get upscaled to full browser width...

## Blueprint Checklist - [x] You viewed the README and conformed to the [naming conventions](https://github.com/Sian-Lee-SA/Home-Assistant-Switch-Manager#title-naming-convention) - [x] You ordered the actions as stated in the README [action order](https://github.com/Sian-Lee-SA/Home-Assistant-Switch-Manager#order-convention) - [x]...

Detected that custom integration 'switch_manager' calls hass.http.register_static_path which is deprecated because it does blocking I/O in the event loop, instead call `await hass.http.async_register_static_paths([StaticPathConfig("/switch_manager_panel.js", "/config/custom_components/switch_manager/assets/switch_manager_panel.js", True)])`; This function will be removed...