mirror of
https://github.com/magico13/ha-emporia-vue.git
synced 2026-01-08 03:53:55 -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:
|
validate-hassfest:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v3
|
||||||
- name: Hassfest validation
|
- name: Hassfest validation
|
||||||
uses: home-assistant/actions/hassfest@master
|
uses: home-assistant/actions/hassfest@master
|
||||||
|
|
||||||
validate-hacs:
|
validate-hacs:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v3
|
||||||
- name: HACS validation
|
- name: HACS validation
|
||||||
uses: hacs/action@main
|
uses: hacs/action@main
|
||||||
with:
|
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"]
|
last_reset = LAST_DAY_DATA[day_id]["reset"]
|
||||||
if local_midnight > last_reset:
|
if local_midnight > last_reset:
|
||||||
# New reset time found
|
# New reset time found
|
||||||
_LOGGER.warning(
|
_LOGGER.info(
|
||||||
"Midnight happened recently for id %s! Timestamp is %s, midnight is %s, previous reset was %s",
|
"Midnight happened recently for id %s! Timestamp is %s, midnight is %s, previous reset was %s",
|
||||||
day_id,
|
day_id,
|
||||||
local_time,
|
local_time,
|
||||||
|
|||||||
@@ -1,16 +1,16 @@
|
|||||||
{
|
{
|
||||||
"domain": "emporia_vue",
|
"domain": "emporia_vue",
|
||||||
"name": "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"],
|
"codeowners": ["@magico13"],
|
||||||
"iot_class": "cloud_polling",
|
"config_flow": true,
|
||||||
|
"dependencies": [],
|
||||||
|
"documentation": "https://github.com/magico13/ha-emporia-vue",
|
||||||
|
"homekit": {},
|
||||||
"integration_type": "hub",
|
"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:
|
entity:
|
||||||
integration: emporia_vue
|
integration: emporia_vue
|
||||||
device_class: outlet
|
device_class: outlet
|
||||||
multiple: false
|
|
||||||
device:
|
device:
|
||||||
manufacturer: Emporia
|
manufacturer: Emporia
|
||||||
model: VVDN01
|
model: VVDN01
|
||||||
multiple: false
|
|
||||||
entity:
|
entity:
|
||||||
integration: emporia_vue
|
integration: emporia_vue
|
||||||
device_class: outlet
|
device_class: outlet
|
||||||
|
|||||||
@@ -19,7 +19,6 @@
|
|||||||
"enable_1mon": "One Month Sensor"
|
"enable_1mon": "One Month Sensor"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
}
|
||||||
"title": "Emporia Vue"
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user