Quantcast
Channel: Configuration - Home Assistant Community
Viewing all articles
Browse latest Browse all 95462

Xiaomi roborock connect to alexa

$
0
0

@liamp wrote:

Here are my settings in configuration.yaml

vacuum:
  - platform: xiaomi_miio
    host: my ip
    token: my vacuum's token 

That part is working fine and I see the entity vacuum.xiaomi_vacuum_cleaner

I followed this guide

and added this to configuration.yaml

switch:
  - platform: template
    switches:
      vacuum:
        value_template: "{{ is_state('vacuum.xiaomi_vacuum_cleaner', 'on') }}"
        turn_on:
          service: vacuum.turn_on
          data:
            entity_id: vacuum.xiaomi_vacuum_cleaner
        turn_off:
          service: vacuum.return_to_base
          data:
            entity_id: vacuum.xiaomi_vacuum_cleaner
            
find_vacuum:
  alias: Find Vacuum
  sequence: 
    - service: vacuum.locate
      entity_id:
      - vacuum.xiaomi_vacuum_cleaner

I get an error
Component error: find_vacuum - Integration ‘find_vacuum’ not found.

But the big problem is when I tell Alexa to search for new devices it doesn’t find my vacuum.

Is there something I am missing?

Thank you for any help.

Posts: 1

Participants: 1

Read full topic


Viewing all articles
Browse latest Browse all 95462

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>