File tree Expand file tree Collapse file tree
custom_components/enpal_webparser Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ name : Validate with hassfest
2+
3+ on :
4+ push :
5+ pull_request :
6+ schedule :
7+ - cron : " 0 0 * * *"
8+
9+ jobs :
10+ validate :
11+ runs-on : " ubuntu-latest"
12+ steps :
13+ - uses : " actions/checkout@v3"
14+ - uses : home-assistant/actions/hassfest@master
Original file line number Diff line number Diff line change 44from homeassistant .config_entries import ConfigEntry
55from homeassistant .helpers .typing import ConfigType
66from homeassistant .exceptions import ConfigEntryNotReady
7+ from homeassistant .helpers import config_validation as cv
78
89from .const import DOMAIN
910
11+ CONFIG_SCHEMA = cv .config_entry_only_config_schema (DOMAIN )
12+
13+
1014_LOGGER = logging .getLogger (__name__ )
1115
1216
Original file line number Diff line number Diff line change 11{
22 "domain" : " enpal_webparser" ,
33 "name" : " Enpal Solar" ,
4- "version" : " 2.0.2" ,
4+ "codeowners" : [" @derolli1976" ],
5+ "config_flow" : true ,
6+ "dependencies" : [],
57 "documentation" : " https://github.com/derolli1976/enpal" ,
8+ "iot_class" : " local_polling" ,
69 "issue_tracker" : " https://github.com/derolli1976/enpal/issues" ,
7- "dependencies" : [],
8- "codeowners" : [" @derolli1976" ],
910 "requirements" : [],
10- "iot_class" : " local_polling" ,
11- "config_flow" : true
11+ "version" : " 2.0.2"
1212}
You can’t perform that action at this time.
0 commit comments