Bump openwebifpy version: 3.1.1 → 3.1.6 (#44064)
parent
0fc33bd6bf
commit
12903f9c8c
|
@ -2,6 +2,6 @@
|
|||
"domain": "enigma2",
|
||||
"name": "Enigma2 (OpenWebif)",
|
||||
"documentation": "https://www.home-assistant.io/integrations/enigma2",
|
||||
"requirements": ["openwebifpy==3.1.1"],
|
||||
"requirements": ["openwebifpy==3.1.6"],
|
||||
"codeowners": ["@fbradyirl"]
|
||||
}
|
||||
|
|
|
@ -126,6 +126,11 @@ class Enigma2Device(MediaPlayerEntity):
|
|||
"""Return the name of the device."""
|
||||
return self._name
|
||||
|
||||
@property
|
||||
def unique_id(self):
|
||||
"""Return the unique ID for this entity."""
|
||||
return self.e2_box.mac_address
|
||||
|
||||
@property
|
||||
def state(self):
|
||||
"""Return the state of the device."""
|
||||
|
|
|
@ -1061,7 +1061,7 @@ openhomedevice==0.7.2
|
|||
opensensemap-api==0.1.5
|
||||
|
||||
# homeassistant.components.enigma2
|
||||
openwebifpy==3.1.1
|
||||
openwebifpy==3.1.6
|
||||
|
||||
# homeassistant.components.luci
|
||||
openwrt-luci-rpc==1.1.6
|
||||
|
|
Loading…
Reference in New Issue