File tree Expand file tree Collapse file tree 3 files changed +7
-2
lines changed
homeassistant/components/velux Expand file tree Collapse file tree 3 files changed +7
-2
lines changed Original file line number Diff line number Diff line change @@ -46,6 +46,11 @@ async def async_added_to_hass(self):
4646 """Store register state change callback."""
4747 self .async_register_callbacks ()
4848
49+ @property
50+ def unique_id (self ):
51+ """Return the unique ID of this cover."""
52+ return self .node .serial_number
53+
4954 @property
5055 def name (self ):
5156 """Return the name of the Velux device."""
Original file line number Diff line number Diff line change 22 "domain" : " velux" ,
33 "name" : " Velux" ,
44 "documentation" : " https://www.home-assistant.io/integrations/velux" ,
5- "requirements" : [" pyvlx==0.2.12 " ],
5+ "requirements" : [" pyvlx==0.2.14 " ],
66 "codeowners" : [" @Julius2342" ]
77}
Original file line number Diff line number Diff line change @@ -1756,7 +1756,7 @@ pyvesync==1.1.0
17561756pyvizio==0.1.47
17571757
17581758# homeassistant.components.velux
1759- pyvlx==0.2.12
1759+ pyvlx==0.2.14
17601760
17611761# homeassistant.components.html5
17621762pywebpush==1.9.2
You can’t perform that action at this time.
0 commit comments