lovelace-mushroom icon indicating copy to clipboard operation
lovelace-mushroom copied to clipboard

[Bug]: Missing cards settings

Open rs324 opened this issue 3 years ago • 2 comments

Current Behavior

Just installed brand new ha using docker. added mushroom.js from latest release (2.0.0) to config/www/mushroom.js and added configuration as :

lovelace: mode: yaml resources: - url: /local/mushroom.js type: module

Verified that Mushroom loaded using devtools. When editing dashboard i see the following :

image image

Expected Behavior

I expect to have options to choose entities

Steps To Reproduce

configuation.yaml

`

default_config:

tts:

  • platform: google_translate

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

lovelace: mode: yaml resources: - url: /local/mushroom.js type: module

frontend: themes: !include_dir_merge_named themes
`

run ha using :

docker run --rm -d \ --name homeassistant \ --privileged \ -p 8123:8123 \ -e TZ=Asia/Jerusalem \ -v ${PWD}/config:/config \ ghcr.io/home-assistant/home-assistant:stable

Environment

- OS: macos
- Node: 
- Version:
- Hassio:

Anything else?

tried also version 1.10, same error I think there is some dependency that not covered by the docs on manually install guide.

Thanks.

rs324 avatar Jul 08 '22 08:07 rs324

You have a new installation. According to your screenshot, you don't have entities, you only a person entity. Try configure some integrations before building your dashboard. Otherwise, your mushroom installation seems ok 🙂

piitaya avatar Jul 08 '22 09:07 piitaya

Actually I have Tuya intergration with few light switch’s and scenes and also Sensibo integration

rs324 avatar Jul 09 '22 07:07 rs324