diff --git a/.github/workflows/validate.yml b/.github/workflows/validate.yml index b2f2d95..9b122ba 100644 --- a/.github/workflows/validate.yml +++ b/.github/workflows/validate.yml @@ -8,14 +8,14 @@ jobs: validate-hassfest: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 - name: Hassfest validation uses: home-assistant/actions/hassfest@master validate-hacs: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 - name: HACS validation uses: hacs/action@main with: diff --git a/custom_components/emporia_vue/__init__.py b/custom_components/emporia_vue/__init__.py index 64b8bba..4aa1839 100644 --- a/custom_components/emporia_vue/__init__.py +++ b/custom_components/emporia_vue/__init__.py @@ -481,7 +481,7 @@ def check_for_midnight(timestamp: datetime, device_gid: int, day_id: str): last_reset = LAST_DAY_DATA[day_id]["reset"] if local_midnight > last_reset: # New reset time found - _LOGGER.warning( + _LOGGER.info( "Midnight happened recently for id %s! Timestamp is %s, midnight is %s, previous reset was %s", day_id, local_time, diff --git a/custom_components/emporia_vue/manifest.json b/custom_components/emporia_vue/manifest.json index bbada28..7bf4313 100644 --- a/custom_components/emporia_vue/manifest.json +++ b/custom_components/emporia_vue/manifest.json @@ -1,16 +1,16 @@ { "domain": "emporia_vue", "name": "Emporia Vue", - "config_flow": true, - "documentation": "https://github.com/magico13/ha-emporia-vue", - "issue_tracker": "https://github.com/magico13/ha-emporia-vue/issues", - "requirements": ["pyemvue==0.16.2"], - "ssdp": [], - "zeroconf": [], - "homekit": {}, - "dependencies": [], "codeowners": ["@magico13"], - "iot_class": "cloud_polling", + "config_flow": true, + "dependencies": [], + "documentation": "https://github.com/magico13/ha-emporia-vue", + "homekit": {}, "integration_type": "hub", - "version": "0.8.1" + "iot_class": "cloud_polling", + "issue_tracker": "https://github.com/magico13/ha-emporia-vue/issues", + "requirements": ["pyemvue==0.17.0"], + "ssdp": [], + "version": "0.8.2", + "zeroconf": [] } diff --git a/custom_components/emporia_vue/services.yaml b/custom_components/emporia_vue/services.yaml index 6b30397..99f5cf0 100644 --- a/custom_components/emporia_vue/services.yaml +++ b/custom_components/emporia_vue/services.yaml @@ -8,11 +8,9 @@ set_charger_current: entity: integration: emporia_vue device_class: outlet - multiple: false device: manufacturer: Emporia model: VVDN01 - multiple: false entity: integration: emporia_vue device_class: outlet diff --git a/custom_components/emporia_vue/translations/en.json b/custom_components/emporia_vue/translations/en.json index 3971b93..bd6199a 100644 --- a/custom_components/emporia_vue/translations/en.json +++ b/custom_components/emporia_vue/translations/en.json @@ -19,7 +19,6 @@ "enable_1mon": "One Month Sensor" } } - }, - "title": "Emporia Vue" + } } } \ No newline at end of file