From bd75d8dc7d1a278543e67633ca2be62135237ca2 Mon Sep 17 00:00:00 2001 From: Paul Sinclair <24625998+sinclairpaul@users.noreply.github.com> Date: Mon, 8 Apr 2024 03:32:12 -0400 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=9A=20Remove=20iframe=20instructions?= =?UTF-8?q?=20(#394)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- tasmoadmin/DOCS.md | 17 ----------------- 1 file changed, 17 deletions(-) diff --git a/tasmoadmin/DOCS.md b/tasmoadmin/DOCS.md index 2625f77..97d335a 100644 --- a/tasmoadmin/DOCS.md +++ b/tasmoadmin/DOCS.md @@ -76,23 +76,6 @@ The private key file to use for SSL. **Note**: _The file MUST be stored in `/ssl/`, which is the default_ -## Embedding into Home Assistant - -It is possible to embed the TasmoAdmin interface directly into Home Assistant, -allowing you to access it through the Home Assistant frontend. - -Home Assistant provides the `panel_iframe` integration, for these purposes. - -Example configuration: - -```yaml -panel_iframe: - tasmoadmin: - title: TasmoAdmin - icon: mdi:lightbulb-on - url: http://addres.to.your.hass.io:9541 -``` - ## Changelog & Releases This repository keeps a change log using [GitHub's releases][releases]