You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -184,6 +188,7 @@ Switch entities are added for Bot, Plug Mini, and Relay Switch.
184
188
Password protection: You can set a device password in the SwitchBot app to prevent people nearby take control of your device. When a password is set, you need to enter the correct password in order to add it to the integrations.
185
189
186
190
Features:
191
+
187
192
- turn on or off
188
193
- press
189
194
- get battery level
@@ -194,6 +199,7 @@ Attributes:
194
199
#### Plug Mini
195
200
196
201
Features:
202
+
197
203
- turn on or off
198
204
- get power consumption readings
199
205
@@ -202,13 +208,15 @@ Features:
202
208
This is an encrypted device.
203
209
204
210
Features:
211
+
205
212
- turn on or off
206
213
207
214
#### Relay Switch 1PM
208
215
209
216
This is an encrypted device.
210
217
211
218
Features:
219
+
212
220
- turn on or off
213
221
- get power
214
222
- get voltage
@@ -221,6 +229,7 @@ Cover entities are added for Curtain, Curtain 3, Blind Tilt, and Roller Shade.
221
229
#### Curtain
222
230
223
231
Features:
232
+
224
233
- open/close/pause
225
234
- set position
226
235
- get position
@@ -231,6 +240,7 @@ Features:
231
240
#### Curtain 3
232
241
233
242
Features:
243
+
234
244
- open/close/pause
235
245
- set position
236
246
- get position
@@ -241,6 +251,7 @@ Features:
241
251
#### Blind Tilt
242
252
243
253
Features:
254
+
244
255
- close up/close down/pause
245
256
- set position
246
257
- get position
@@ -305,6 +316,7 @@ The Roller Shade is exposed as a cover entity with control of the position only:
305
316
| >20% | Close |
306
317
307
318
Features:
319
+
308
320
- open/close/pause
309
321
- set position
310
322
- get position
@@ -317,34 +329,39 @@ Sensor entiteis are added for thermometer and hygrometer devices, motion sensor,
317
329
#### Meter
318
330
319
331
Features:
332
+
320
333
- get temperature
321
334
- get humidity
322
335
- get battery level
323
336
324
337
#### Meter Plus
325
338
326
339
Features:
340
+
327
341
- get temperature
328
342
- get humidity
329
343
- get battery level
330
344
331
345
#### Indoor/Outdoor Meter
332
346
333
347
Features:
348
+
334
349
- get temperature
335
350
- get humidity
336
351
- get battery level
337
352
338
353
#### Meter Pro
339
354
340
355
Features:
356
+
341
357
- get temperature
342
358
- get humidity
343
359
- get battery level
344
360
345
361
#### Meter Pro CO2 Monitor
346
362
347
363
Features:
364
+
348
365
- get temperature
349
366
- get humidity
350
367
- get carbon dioxide
@@ -364,10 +381,13 @@ Features:
364
381
365
382
- motion detection state
366
383
- get battery level
384
+
367
385
#### Water Leak Detector
386
+
368
387
This is an encrypted device.
369
388
370
389
Features:
390
+
371
391
- leak or dry state
372
392
- get battery level
373
393
@@ -380,20 +400,55 @@ Features:
380
400
381
401
Light entities are added for Color Bulb, LED Strip Light, and Ceiling Light.
382
402
403
+
#### Ceiling Light
404
+
405
+
Features:
406
+
407
+
- turn on or off
408
+
- change brightness
409
+
- change color temperature
410
+
383
411
#### Color Bulb
384
412
385
413
Features:
386
414
- turn on or off
387
415
- change brightness
388
416
- change color temperature
389
417
- change color
418
+
- set effect
390
419
391
420
#### LED Strip Light
392
421
393
422
Features:
423
+
424
+
- turn on or off
425
+
- change brightness
426
+
- change color
427
+
- set effect
428
+
429
+
#### Strip Light 3
430
+
431
+
This is an encrypted device.
432
+
433
+
Features:
434
+
435
+
- turn on or off
436
+
- change brightness
437
+
- change color temperature
438
+
- change color
439
+
- set effect
440
+
441
+
#### Floor Lamp
442
+
443
+
This is an encrypted device.
444
+
445
+
Features:
446
+
394
447
- turn on or off
395
448
- change brightness
449
+
- change color temperature
396
450
- change color
451
+
- set effect
397
452
398
453
### Locks
399
454
@@ -404,6 +459,7 @@ Note: The integration currently only uses the primary lock state; in dual lock m
404
459
This is an encrypted device.
405
460
406
461
Features:
462
+
407
463
- Lock or unlock
408
464
- open or closed state
409
465
- auto-lock paused state
@@ -518,6 +574,31 @@ Features:
518
574
- return to base
519
575
- get battery
520
576
577
+
### Humidifiers
578
+
579
+
Humidifier entities are added for Humidifier and Evaporative Humidifier.
580
+
581
+
#### Humidifier
582
+
583
+
Features:
584
+
585
+
- turn on
586
+
- turn off
587
+
- set mode
588
+
- set humidity
589
+
590
+
#### Evaporative Humidifier
591
+
592
+
This is an encrypted device.
593
+
Note: Not all modes support unless you bind the temperature and humidity sensor.
594
+
595
+
Features:
596
+
597
+
- turn on
598
+
- turn off
599
+
- set mode
600
+
- set humidity
601
+
521
602
## Data updates
522
603
523
604
SwitchBot devices utilize a [local push](/blog/2016/02/12/classifying-the-internet-of-things/#classifiers) strategy to maintain real-time status updates. When devices detect state changes, they actively push updates to Home Assistant for immediate synchronization. For user-initiated actions through Home Assistant (for example, when turning a device on/off), the integration performs an additional proactive status fetch to ensure instant confirmation of the new state.
0 commit comments