Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

MultipleDevices #4

Open
yaman-taku opened this issue Mar 22, 2021 · 1 comment
Open

MultipleDevices #4

yaman-taku opened this issue Mar 22, 2021 · 1 comment
Labels
question Further information is requested

Comments

@yaman-taku
Copy link

Dear developer,

How can I set these for my multiple Devices?

Thanks in advance.

@mugifly mugifly added the question Further information is requested label Mar 22, 2021
@mugifly
Copy link
Owner

mugifly commented Mar 22, 2021

Hi, @yaman-taku.

You can make a configuration for multiple devices as follows.
This syntax is the same as the other Home Assistant components.

cover:
  - platform: mornin
    api_key: 'xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx'
    mac: 'xx:xx:xx:xx:xx:xx'
    name: 'Curtain of Living'
    reverse: false
  - platform: mornin
    api_key: 'yyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyy'
    mac: 'yy:yy:yy:yy:yy:yy'
    name: 'Curtain of Dining'
    reverse: false

But I have only one device, so I can't guarantee that this component will work properly on multiple devices.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

2 participants