Bump openwebifpy version: 3.1.1 → 3.1.6 (#44064)

pull/44096/head
Finbarr Brady 2020-12-09 16:13:20 +00:00 committed by GitHub
parent 0fc33bd6bf
commit 12903f9c8c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 7 additions and 2 deletions

View File

@ -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"]
}

View File

@ -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."""

View File

@ -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