Skip to content
This repository has been archived by the owner on Jul 23, 2021. It is now read-only.

Feature Request: Make components writable #153

Open
lweberru opened this issue Jul 13, 2019 · 3 comments
Open

Feature Request: Make components writable #153

lweberru opened this issue Jul 13, 2019 · 3 comments

Comments

@lweberru
Copy link

Right now, all we get out of this component are are sensory. There is no way to change their state within home assistant. Some example :

  • Toggle a dimmer switch or motion detection component on/off
  • Press one of the buttons
  • Change the light/movement thresholds of motion detection

Thx

@lweberru lweberru changed the title Enhancement Request: Make switches writable Enhancement Request: Make components writable Jul 13, 2019
@Kugelfang666
Copy link

Hi

I use rest commands to switch the Hue motion detectors on/off via Home Assistant and it works rock solid. With regards to the threshold values: I'm sure one can do it in a similar way.

switch:
  - platform: command_line
    switches:
      floor_sensor_switch:
        friendly_name: "Sensors Flur"
        command_on: curl -X PUT -d '{"on":true}' "BRIDGEIP/api/APIKEY/sensors/NUMBER/config"
        command_off: curl -X PUT -d '{"on":false}' "BRIDGEIP/api/APIKEY/sensors/NUMBER/config"
        value_template: "{{ is_state('sensor.flur_motion_sensor', 'on') }}"

@lweberru
Copy link
Author

I do nearly the same workaround, too. That only allows the on/off command and it is not very end user friendly. Thats the reason I ask for an easy to use solution.

@robmarkcole
Copy link
Owner

This repo is in maintenance mode only, so no new features I am afraid (from me). I will leave this issue open incase anyone wants to make a PR.
Rhanks

@robmarkcole robmarkcole changed the title Enhancement Request: Make components writable Feature Request: Make components writable Jan 30, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants