File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1010import aiofiles .os
1111
1212from homeassistant import config as config_utils
13+ from homeassistant .components .homeassistant import SERVICE_HOMEASSISTANT_RESTART
1314from homeassistant .const import (
1415 CONF_BASE ,
1516 CONF_DELAY ,
1617 CONF_NAME ,
17- SERVICE_HOMEASSISTANT_RESTART ,
1818 SERVICE_RELOAD ,
1919)
2020import homeassistant .core as ha
Original file line number Diff line number Diff line change 22 "name" : " Patch" ,
33 "filename" : " patch.zip" ,
44 "hide_default_branch" : true ,
5- "homeassistant" : " 2023.10 .0" ,
5+ "homeassistant" : " 2023.11 .0" ,
66 "render_readme" : true ,
77 "zip_release" : true
88}
Original file line number Diff line number Diff line change 1111import pytest
1212from freezegun .api import FrozenDateTimeFactory
1313
14+ from homeassistant .components .homeassistant import SERVICE_HOMEASSISTANT_RESTART
1415from homeassistant .const import (
1516 CONF_BASE ,
1617 CONF_DELAY ,
1718 CONF_NAME ,
18- SERVICE_HOMEASSISTANT_RESTART ,
1919 SERVICE_RELOAD ,
2020)
2121import homeassistant .core as ha
You can’t perform that action at this time.
0 commit comments