haaska
haaska copied to clipboard
Home Assistant Alexa Skill Adapter
As a total newb to AWS and Lambda, is there anything extra I have to do other than hit 'Save' when editing config.json directly in the Lambda management console? My...
I am running into an issue where the domain is cut short when testing in lambda: Config.json. "url": "https://test.domain.caa/api/", DROPS .caa to .c `Response: { "errorMessage": "HTTPSConnectionPool(host='test.domain.c', port=443): Max retries...
is build ok ( seams to , no errors), but when run is executed , this is the output: iMacGusos10ext5~/Downloads/haaska-master$ docker build -t haaska . && docker run -v "$PWD":/usr/src/app...
Hi all, I have two questions. 1st question: Running HA with https I get this warning in lambda log: ... InsecureRequestWarning .... Is that something that I can ignore? 2nd...
I read somewhere else that the v3 branch has been merged to this one already. However, I seems not able to get the skill to work with v3 payload, it...
I have a defined garage door cover component: ``` - platform: template covers: north_garage_door: friendly_name: 'North Garage Door' value_template: "{{ is_state('binary_sensor.garage_door_north_position_sensor', 'on') }}" open_cover: service: script.turn_on entity_id: script.open_gdn close_cover: service:...
Hey, I mgot haaska working in a few minutes, the only thing which doesnt want to work is so set the color of my bulbs to white. Any other color...
With the new v3 and implementation in HASS we need other steps to get this to work. Also the AWS portals have changed.
Hello all, I have the issue that haaska is not finding any of my components in Home Asssistant. I have performed test in the pi and on lambda and both...
Hi, I went to set this up today and am not having much luck. My lambda is connecting OK, but my skill is not. There are a coupls of things...