auchter / haaska

Home Assistant Alexa Skill Adapter
261 stars 60 forks source link

haaska_hidden and haaska_name not working in customize.yaml #116

Closed nicklisterman closed 5 years ago

nicklisterman commented 5 years ago

I'm trying to hide some groups, zwave controllers, automations, etc from Discovery with haaska_hidden but they keep reappearing when running discovery.

I'm using the following in configuration.yaml

customize: !include customize.yaml

and the following in customize.yaml

automation.front_house_lights_off_5_hours_after_sunset: haaska_hidden: true

The same goes for haaska_name. I'm using it in customize.yaml for some sensors that already have friendly_name and haaska_name just isn't being picked up.

nicklisterman commented 5 years ago

Disregard. Switched to smart_home section and things are workings fine.