cagnulein / switchbot_press

This is a simple project that manage the Switchbot ( https://amzn.to/3dnliBD ) that has only the "press" ability in Home Assistant.
GNU Lesser General Public License v3.0
14 stars 5 forks source link

Multiple SwitchBots #6

Closed dennisschumann closed 3 years ago

dennisschumann commented 3 years ago

Hello,

How Do I and more than one switchbot Devices? Can you please provide a sample configuration?

Best regards

cagnulein commented 3 years ago

sorry i never tried to use multiple. i have only one. it should follow the same behaviour of the switchbot project

dennisschumann commented 3 years ago

I tried:

switch:

But only the last one is working...

cagnulein commented 3 years ago

did you try

switch:
 - plattform: switchbot_press
   mac: 'xx'
 - plattform: switchbot_press
   mac: 'yy'

?

dennisschumann commented 3 years ago

Thank you, this is working...