Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump openwebifpy version: 3.1.1 → 3.1.6 #44064

Merged
merged 3 commits into from Dec 9, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
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