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