Skip to content

Commit

Permalink
Bump openwebifpy version: 3.1.1 → 3.1.6 (#44064)
Browse files Browse the repository at this point in the history
  • Loading branch information
fbradyirl committed Dec 9, 2020
1 parent 0fc33bd commit 12903f9
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
2 changes: 1 addition & 1 deletion homeassistant/components/enigma2/manifest.json
Expand Up @@ -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"]
}
5 changes: 5 additions & 0 deletions homeassistant/components/enigma2/media_player.py
Expand Up @@ -126,6 +126,11 @@ def name(self):
"""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."""
Expand Down
2 changes: 1 addition & 1 deletion requirements_all.txt
Expand Up @@ -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
Expand Down

0 comments on commit 12903f9

Please sign in to comment.