File tree 2 files changed +29
-2
lines changed
2 files changed +29
-2
lines changed Original file line number Diff line number Diff line change 2496
2496
"config_flow" : true ,
2497
2497
"iot_class" : " cloud_polling"
2498
2498
},
2499
+ "hardkernel" : {
2500
+ "name" : " Hardkernel" ,
2501
+ "integration_type" : " hardware" ,
2502
+ "config_flow" : false ,
2503
+ "single_config_entry" : true
2504
+ },
2499
2505
"harman_kardon_avr" : {
2500
2506
"name" : " Harman Kardon AVR" ,
2501
2507
"integration_type" : " hub" ,
2639
2645
"integration_type" : " virtual" ,
2640
2646
"supported_by" : " netatmo"
2641
2647
},
2648
+ "homeassistant_green" : {
2649
+ "name" : " Home Assistant Green" ,
2650
+ "integration_type" : " hardware" ,
2651
+ "config_flow" : false ,
2652
+ "single_config_entry" : true
2653
+ },
2654
+ "homeassistant_sky_connect" : {
2655
+ "name" : " Home Assistant Connect ZBT-1" ,
2656
+ "integration_type" : " hardware" ,
2657
+ "config_flow" : true
2658
+ },
2659
+ "homeassistant_yellow" : {
2660
+ "name" : " Home Assistant Yellow" ,
2661
+ "integration_type" : " hardware" ,
2662
+ "config_flow" : false ,
2663
+ "single_config_entry" : true
2664
+ },
2642
2665
"homee" : {
2643
2666
"name" : " Homee" ,
2644
2667
"integration_type" : " hub" ,
5199
5222
"raspberry_pi" : {
5200
5223
"name" : " Raspberry Pi" ,
5201
5224
"integrations" : {
5225
+ "raspberry_pi" : {
5226
+ "integration_type" : " hardware" ,
5227
+ "config_flow" : false ,
5228
+ "name" : " Raspberry Pi"
5229
+ },
5202
5230
"rpi_camera" : {
5203
5231
"integration_type" : " hub" ,
5204
5232
"config_flow" : false ,
Original file line number Diff line number Diff line change @@ -95,7 +95,6 @@ def _populate_brand_integrations(
95
95
integration = integrations .get (domain )
96
96
if not integration or integration .integration_type in (
97
97
"entity" ,
98
- "hardware" ,
99
98
"system" ,
100
99
):
101
100
continue
@@ -171,7 +170,7 @@ def _generate_integrations(
171
170
result ["integration" ][domain ] = metadata
172
171
else : # integration
173
172
integration = integrations [domain ]
174
- if integration .integration_type in ("entity" , "system" , "hardware" ):
173
+ if integration .integration_type in ("entity" , "system" ):
175
174
continue
176
175
177
176
if integration .translated_name :
You can’t perform that action at this time.
0 commit comments