Hide zha panel
This commit is contained in:
@ -331,7 +331,7 @@ class HomeAssistant {
|
|||||||
void _createUI() {
|
void _createUI() {
|
||||||
Logger.d("Creating Lovelace UI");
|
Logger.d("Creating Lovelace UI");
|
||||||
ui = HomeAssistantUI(rawLovelaceConfig: _rawLovelaceData);
|
ui = HomeAssistantUI(rawLovelaceConfig: _rawLovelaceData);
|
||||||
if (isServiceExist('zha_map')) {
|
/*if (isServiceExist('zha_map')) {
|
||||||
panels.add(
|
panels.add(
|
||||||
Panel(
|
Panel(
|
||||||
id: 'haclient_zha',
|
id: 'haclient_zha',
|
||||||
@ -341,7 +341,7 @@ class HomeAssistant {
|
|||||||
icon: 'mdi:zigbee'
|
icon: 'mdi:zigbee'
|
||||||
)
|
)
|
||||||
);
|
);
|
||||||
}
|
}*/
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user