File tree 4 files changed +28
-27
lines changed
custom_components/dash_cast
4 files changed +28
-27
lines changed Original file line number Diff line number Diff line change
1
+ name : HACS validation
2
+
3
+ on :
4
+ push :
5
+ pull_request :
6
+
7
+ jobs :
8
+ hacs :
9
+ runs-on : " ubuntu-latest"
10
+ steps :
11
+ - uses : " actions/checkout@v2"
12
+ - uses : " hacs/action@main"
13
+ with : { category: "integration" }
14
+ hassfest :
15
+ runs-on : " ubuntu-latest"
16
+ steps :
17
+ - uses : " actions/checkout@v3"
18
+ - uses : " home-assistant/actions/hassfest@master"
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1
1
{
2
2
"domain" : " dash_cast" ,
3
3
"name" : " DashCast" ,
4
+ "codeowners" : [
5
+ " @AlexxIT"
6
+ ],
4
7
"config_flow" : true ,
8
+ "dependencies" : [
9
+ " cast"
10
+ ],
5
11
"documentation" : " https://github.com/AlexxIT/DashCast" ,
12
+ "iot_class" : " calculated" ,
6
13
"issue_tracker" : " https://github.com/AlexxIT/DashCast/issues" ,
7
- "codeowners" : [" @AlexxIT" ],
8
- "dependencies" : [" cast" ],
9
14
"requirements" : [],
10
- "version" : " 1.0.0" ,
11
- "iot_class" : " calculated"
15
+ "version" : " 1.0.0"
12
16
}
Original file line number Diff line number Diff line change 1
1
load_url :
2
2
name : DashCast
3
- description : ' Send websites to Chromecasts'
3
+ description : Send websites to Chromecasts
4
4
fields :
5
5
entity_id :
6
- description : Media player entity
7
- example : media_player.mibox4
8
6
required : true
9
7
selector :
10
8
entity :
11
9
integration : cast
12
10
domain : media_player
13
-
14
11
url :
15
12
description : Webpage URL
16
- example : http ://yandex.ru/pogoda/moscow
13
+ example : https ://www.home-assistant.io/
17
14
required : true
18
15
selector :
19
16
text :
20
-
21
17
force :
22
18
description : Use this option if iframe blocking is enabled on the site
23
19
default : false
You can’t perform that action at this time.
0 commit comments