MycroftAI / skill-homeassistant

Mycroft Skill/Integration for Homeassistant
GNU Lesser General Public License v3.0
114 stars 62 forks source link

Covers #24

Closed adas4190 closed 4 years ago

adas4190 commented 4 years ago

I cannot controll covers with it? Is it something I do wrong? Thank You

andlo commented 4 years ago

Hi @adas4190 As far as I can red the code for now the homeassistant skill only handles thies domains

       entity,
        [
            'group',
            'light',
            'fan',
            'switch',
            'scene',
            'input_boolean',
            'climate'
        ]

But you can use the fallback feature and make things happen by an intent script.

Or you can make a template switch that controls yuor cover.