koush / ha_scrypted

22 stars 4 forks source link

Add config flow for Scrypted #2

Closed raman325 closed 1 year ago

raman325 commented 1 year ago

Allows the user to set up via the UI. Sends a persistent notification telling users to remove the config from their configuration.yaml because it is now persisted in config/.storage

Also added hacs.json so that this repo can be added as a custom repository

koush commented 1 year ago
image
koush commented 1 year ago

# Loads default set of integrations. Do not remove.
default_config:

# Load frontend themes from the themes folder
frontend:
  themes: !include_dir_merge_named themes

# Text-to-speech
tts:
  - platform: google_translate

automation: !include automations.yaml
script: !include scripts.yaml
scene: !include scenes.yaml

logger:
  default: info
  logs:
    homeassistant.components.cloud: debug

panel_iframe:
  scrypted:
    title: "Scrypted"
    icon: mdi:memory
    url: "/api/scrypted/abcd/"

my: