akasma74 / Hass-Custom-Alarm

It is a fork of "Yet another take on a home assistant custom alarm" that will exist until its author is back to our Earth
80 stars 31 forks source link

async_alarm_arm_away() missing 1 required positional argument: 'ignore_open_sensors' #17

Closed asifma closed 5 years ago

asifma commented 5 years ago

I cant call Arm_away with the service call.

I try to use the "ignore_open_sensors" parameter, but it does not work:

{ "entity_id": "alarm_control_panel.house", "code":"0000", "ignore_open_sensors": true }

I get: extra keys not allowed @ data['ignore_open_sensors']

If i don't use it, I instead get:

async_alarm_arm_away() missing 1 required positional argument: 'ignore_open_sensors'

Am I doing something wrong here?

akasma74 commented 5 years ago

Could you edit the issue to make it a proper one? Without having all relevant details I can't help you.

asifma commented 5 years ago

I used the wrong service. Saw a new service called: bwalarm.alarm_arm_away

Thanks! And sorry for not reporting the issue with the correct format.