mirror of
https://github.com/magico13/ha-emporia-vue.git
synced 2026-01-06 19:13:51 -05:00
Attempt to pass checks
This commit is contained in:
4
.github/workflows/validate.yml
vendored
4
.github/workflows/validate.yml
vendored
@@ -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:
|
||||
|
||||
@@ -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,
|
||||
|
||||
@@ -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": []
|
||||
}
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -19,7 +19,6 @@
|
||||
"enable_1mon": "One Month Sensor"
|
||||
}
|
||||
}
|
||||
},
|
||||
"title": "Emporia Vue"
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user