File tree Expand file tree Collapse file tree 4 files changed +12
-9
lines changed
custom_components/vserver_ssh_stats Expand file tree Collapse file tree 4 files changed +12
-9
lines changed Original file line number Diff line number Diff line change 1111 steps :
1212 - uses : actions/checkout@v4
1313 - name : Hassfest validation
14- uses : home-assistant/actions/hassfest@main
14+ uses : home-assistant/actions/hassfest@master
1515 - name : HACS validation
1616 uses : hacs/action@main
1717 with :
Original file line number Diff line number Diff line change 55
66from homeassistant .config_entries import ConfigEntry
77from homeassistant .core import HomeAssistant
8+ from homeassistant .helpers import config_validation as cv
89
910_LOGGER = logging .getLogger (__name__ )
1011
1112DOMAIN = "vserver_ssh_stats"
1213
14+ CONFIG_SCHEMA = cv .empty_config_schema (DOMAIN )
15+
1316
1417async def async_setup (hass : HomeAssistant , config : dict ) -> bool :
1518 """Set up the VServer SSH Stats integration."""
Original file line number Diff line number Diff line change 11{
22 "domain" : " vserver_ssh_stats" ,
33 "name" : " VServer SSH Stats" ,
4- "version" : " 0.1.9" ,
5- "documentation" : " https://github.com/404GamerNotFound/vserver-ssh-stats" ,
6- "issue_tracker" : " https://github.com/404GamerNotFound/vserver-ssh-stats/issues" ,
7- "requirements" : [],
84 "codeowners" : [
95 " @404GamerNotFound"
106 ],
11- "integration_type" : " service"
7+ "documentation" : " https://github.com/404GamerNotFound/vserver-ssh-stats" ,
8+ "integration_type" : " service" ,
9+ "iot_class" : " cloud_polling" ,
10+ "issue_tracker" : " https://github.com/404GamerNotFound/vserver-ssh-stats/issues" ,
11+ "requirements" : [],
12+ "version" : " 0.1.9"
1213}
Original file line number Diff line number Diff line change 11{
2- "name" : " VServer SSH Stats" ,
32 "content_in_root" : false ,
4- "render_readme " : true ,
5- "domains " : [ " vserver_ssh_stats " ]
3+ "name " : " VServer SSH Stats " ,
4+ "render_readme " : true
65}
You can’t perform that action at this time.
0 commit comments