File tree 3 files changed +9
-6
lines changed
custom_components/integration_blueprint
3 files changed +9
-6
lines changed Original file line number Diff line number Diff line change 1
1
"""Constants for integration_blueprint."""
2
2
3
3
from logging import Logger , getLogger
4
+ from typing import Final
4
5
5
6
LOGGER : Logger = getLogger (__package__ )
6
7
7
- DOMAIN = "integration_blueprint"
8
- ATTRIBUTION = "Data provided by http://jsonplaceholder.typicode.com/"
9
- ISSUE_URL = "https://github.com/Limych/ha-blueprint/issues"
8
+ NAME : Final = "Integration blueprint"
9
+ DOMAIN : Final = "integration_blueprint"
10
+ VERSION : Final = "0.0.0"
11
+ ATTRIBUTION : Final = "Data provided by http://jsonplaceholder.typicode.com/"
12
+ ISSUE_URL : Final = "https://github.com/Limych/ha-blueprint/issues"
Original file line number Diff line number Diff line change 1
1
{
2
2
"domain" : " integration_blueprint" ,
3
- "name" : " " ,
3
+ "name" : " Integration blueprint " ,
4
4
"codeowners" : [
5
5
" @Limych"
6
6
],
10
10
"iot_class" : " cloud_polling" ,
11
11
"issue_tracker" : " https://github.com/Limych/ha-blueprint/issues" ,
12
12
"requirements" : [],
13
- "version" : " "
13
+ "version" : " 0.0.0 "
14
14
}
Original file line number Diff line number Diff line change 1
1
{
2
- "name" : " " ,
2
+ "name" : " Integration blueprint " ,
3
3
"hide_default_branch" : true ,
4
4
"homeassistant" : " 2024.6.0" ,
5
5
"render_readme" : true
You can’t perform that action at this time.
0 commit comments