File tree 3 files changed +8
-5
lines changed
custom_components/netgear_wax
3 files changed +8
-5
lines changed Original file line number Diff line number Diff line change 8
8
9
9
from datetime import timedelta
10
10
11
+ from homeassistant .core_config import Config
11
12
from homeassistant .config_entries import ConfigEntry
12
- from homeassistant .core import Config , HomeAssistant
13
+ from homeassistant .core import HomeAssistant
13
14
from homeassistant .exceptions import ConfigEntryNotReady
14
15
from homeassistant .helpers .aiohttp_client import async_get_clientsession
15
16
from homeassistant .helpers .update_coordinator import DataUpdateCoordinator , UpdateFailed
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " Netgear WAX" ,
3
3
"hacs" : " 1.6.0" ,
4
- "homeassistant" : " 2024 .1.0 " ,
4
+ "homeassistant" : " 2025 .1.2 " ,
5
5
"domains" : [
6
6
" binary_sensor" ,
7
7
" sensor" ,
11
11
"render_readme" : true ,
12
12
"documentation" : " https://github.com/rroller/netgear/blob/main/README.md" ,
13
13
"issue_tracker" : " https://github.com/rroller/netgear/issues" ,
14
- "codeowners" : [" @rroller" ]
15
- }
14
+ "codeowners" : [
15
+ " @rroller"
16
+ ]
17
+ }
Original file line number Diff line number Diff line change 1
- homeassistant ~= 2024.10.4
1
+ homeassistant ~= 2025.1.2
2
2
colorlog == 6.8.2
3
3
pip >= 24.3.1
4
4
ruff == 0.7.1
You can’t perform that action at this time.
0 commit comments