diff --git a/src/components/ha-sidebar.html b/src/components/ha-sidebar.html index 69b2aa4822..87469104c4 100644 --- a/src/components/ha-sidebar.html +++ b/src/components/ha-sidebar.html @@ -204,7 +204,8 @@ Polymer({ type: Boolean, value: 'PushManager' in window && (document.location.protocol === 'https:' || - document.location.hostname === 'localhost'), + document.location.hostname === 'localhost' || + document.location.hostname === '127.0.0.1'), }, pushToggleChecked: {