Skip to content

Commit

Permalink
Updating manifest.json for 2.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rospogrigio committed Oct 28, 2022
1 parent 7ae1d1e commit db455ac
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion custom_components/daikin_residential/manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"domain": "daikin_residential",
"name": "Daikin Residential Controller",
"version": "2.2.2",
"version": "2.3.0",
"documentation": "https://github.com/rospogrigio/daikin_residential/",
"dependencies": [],
"codeowners": [
Expand Down
5 changes: 3 additions & 2 deletions custom_components/daikin_residential/sensor.py
Original file line number Diff line number Diff line change
Expand Up @@ -231,5 +231,6 @@ def state_class(self):

@property
def entity_registry_enabled_default(self):
# auto disable these entities when added for the first time except the wifi signal
return (self._device_attribute == ATTR_WIFI_STRENGTH)
# auto disable these entities when added for the first time
# except the wifi signal
return self._device_attribute == ATTR_WIFI_STRENGTH

0 comments on commit db455ac

Please sign in to comment.