File tree Expand file tree Collapse file tree 2 files changed +29
-2
lines changed
Expand file tree Collapse file tree 2 files changed +29
-2
lines changed Original file line number Diff line number Diff line change 24962496 "config_flow" : true ,
24972497 "iot_class" : " cloud_polling"
24982498 },
2499+ "hardkernel" : {
2500+ "name" : " Hardkernel" ,
2501+ "integration_type" : " hardware" ,
2502+ "config_flow" : false ,
2503+ "single_config_entry" : true
2504+ },
24992505 "harman_kardon_avr" : {
25002506 "name" : " Harman Kardon AVR" ,
25012507 "integration_type" : " hub" ,
26392645 "integration_type" : " virtual" ,
26402646 "supported_by" : " netatmo"
26412647 },
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+ },
26422665 "homee" : {
26432666 "name" : " Homee" ,
26442667 "integration_type" : " hub" ,
51995222 "raspberry_pi" : {
52005223 "name" : " Raspberry Pi" ,
52015224 "integrations" : {
5225+ "raspberry_pi" : {
5226+ "integration_type" : " hardware" ,
5227+ "config_flow" : false ,
5228+ "name" : " Raspberry Pi"
5229+ },
52025230 "rpi_camera" : {
52035231 "integration_type" : " hub" ,
52045232 "config_flow" : false ,
Original file line number Diff line number Diff line change @@ -95,7 +95,6 @@ def _populate_brand_integrations(
9595 integration = integrations .get (domain )
9696 if not integration or integration .integration_type in (
9797 "entity" ,
98- "hardware" ,
9998 "system" ,
10099 ):
101100 continue
@@ -171,7 +170,7 @@ def _generate_integrations(
171170 result ["integration" ][domain ] = metadata
172171 else : # integration
173172 integration = integrations [domain ]
174- if integration .integration_type in ("entity" , "system" , "hardware" ):
173+ if integration .integration_type in ("entity" , "system" ):
175174 continue
176175
177176 if integration .translated_name :
You can’t perform that action at this time.
0 commit comments