mirror of
https://github.com/home-assistant/core.git
synced 2025-08-04 05:05:09 +02:00
New device to support option MY in somfy (#15272)
New device to support option MY in somfy
This commit is contained in:
@@ -81,7 +81,11 @@ class TahomaCover(TahomaDevice, CoverDevice):
|
|||||||
self.apply_action('setPosition', 'secured')
|
self.apply_action('setPosition', 'secured')
|
||||||
elif self.tahoma_device.type in \
|
elif self.tahoma_device.type in \
|
||||||
('rts:BlindRTSComponent',
|
('rts:BlindRTSComponent',
|
||||||
'io:ExteriorVenetianBlindIOComponent'):
|
'io:ExteriorVenetianBlindIOComponent',
|
||||||
|
'rts:VenetianBlindRTSComponent',
|
||||||
|
'rts:DualCurtainRTSComponent',
|
||||||
|
'rts:ExteriorVenetianBlindRTSComponent',
|
||||||
|
'rts:BlindRTSComponent'):
|
||||||
self.apply_action('my')
|
self.apply_action('my')
|
||||||
else:
|
else:
|
||||||
self.apply_action('stopIdentify')
|
self.apply_action('stopIdentify')
|
||||||
|
Reference in New Issue
Block a user