Hide zha panel

This commit is contained in:
Yegor Vialov
2020-04-09 16:25:35 +00:00
parent 49aeea634f
commit a934ee2335

View File

@ -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'
) )
); );
} }*/
} }
} }