File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
homeassistant/components/velux Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -49,7 +49,7 @@ async def async_added_to_hass(self):
4949 @property
5050 def unique_id (self ):
5151 """Return the unique ID of this cover."""
52- return f"{ DOMAIN } -{ self .node .serial_number } - { self . node . node_id } "
52+ return f"{ DOMAIN } -cover_ { self .node .serial_number } "
5353
5454 @property
5555 def name (self ):
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