Skip to content

Commit

Permalink
HACS update ShellyForHASS beta6 - #16
Browse files Browse the repository at this point in the history
  • Loading branch information
BeardedTinker committed Sep 4, 2020
1 parent e2f106d commit fd65d4e
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion custom_components/shelly/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@

_LOGGER = logging.getLogger(__name__)

__version__ = "0.2.0-b5"
__version__ = "0.2.0-b6"
VERSION = __version__

async def async_setup(hass, config):
Expand Down
1 change: 0 additions & 1 deletion custom_components/shelly/configuration_schema.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@
vol.Optional(CONF_NAME): cv.string,
})


SETTING_SCHEMA = vol.Schema({
vol.Optional(CONF_DECIMALS): cv.positive_int,
vol.Optional(CONF_DIV): cv.positive_int,
Expand Down
2 changes: 1 addition & 1 deletion custom_components/shelly/const.py
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@
'total_returned' : {CONF_DECIMALS:2, CONF_DIV:1000, CONF_UNIT:'kWh'},
'current' : {CONF_UNIT:'A', CONF_DECIMALS:1},
'current_consumption' : {CONF_UNIT:'W'},
'voltage' : {CONF_UNIT:'V',CONF_DECIMALS:0},
'voltage' : {CONF_UNIT:'V', CONF_DECIMALS:0},
'power_factor' : {CONF_DECIMALS:1},
'uptime': {CONF_DIV:3600, CONF_UNIT:'h'},
'rssi': {CONF_UNIT:'dB'},
Expand Down
2 changes: 1 addition & 1 deletion custom_components/shelly/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@
"documentation": "https://github.com/StyraHem/ShellyForHASS/blob/master/README.md",
"dependencies": ["zeroconf"],
"codeowners": ["@hakana","@StyraHem"],
"requirements": ["pyShelly==0.2.6"]
"requirements": ["pyShelly==0.2.8"]
}

0 comments on commit fd65d4e

Please sign in to comment.