home-assistant.io/source/_components/panel_iframe.markdown
2016-07-30 12:48:15 -07:00

1.1 KiB

layout, title, description, date, sidebar, comments, sharing, footer, logo, ha_category, ha_release
layout title description date sidebar comments sharing footer logo ha_category ha_release
page Panel iFrame Instructions how to add iFrames in the frontend of Home Assistant. 2015-07-17 18:00 true false true true home-assistant.png Frontend 0.25

The panel_iframe support allows you to add additional panels to your Home Assistant frontend. The panels are listed in the sidebar and can contain external resources like the web frontend of your router, your monitoring system, or your media server.

To enable Panel iFrames in your installation, add the following to your configuration.yaml file:

# Example configuration.yaml entry
panel_iframe:
  router:
    title: 'Router'
    icon: 'mdi:router-wireless'
    url: 'http://192.168.1.1'
  fridge:
    title: 'Fridge'
    icon: 'mdi:fridge'
    url: 'http://192.168.1.5'

Configuration variables:

  • [panel_name] (Required): Name of the panel.
    • title (Required): Friendly title for the panel. Will be used in the sidebar.
    • icon (Optional): The API token of your bot.
    • url (Required): The chat ID of your user.