Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Custom card not showing up #15

Open
macguy81 opened this issue Jun 17, 2020 · 3 comments
Open

Custom card not showing up #15

macguy81 opened this issue Jun 17, 2020 · 3 comments

Comments

@macguy81
Copy link

Hi guys,

I am on 0.111.3 and i get no error just get a blank card, please find my config below.

  • title: Plants
    path: plants
    panel: false
    badges: []
    cards:
    • type: 'custom:miflora-card'
      title: Ponytail Palm
      image: images/ponytailpalm.jpg
      min_moisture: 15
      max_moisture: 60
      min_conductivity: 350
      min_temperature: 12
      entities:
      • entity: sensor.xiaomi_miflora_moisture
        type: moisture
      • entity: sensor.xiaomi_miflora_illuminance
        type: intensity
      • entity: sensor.xiaomi_miflora_temperature
        type: temperature
      • entity: sensor.xiaomi_miflora_soil_conductivity
        type: conductivity
        name: Fertility
@bobvmierlo
Copy link

Same here, not showing anything.

@rolandsteinmeyer
Copy link

dito.

@Nikolay-Ch
Copy link

Nikolay-Ch commented Oct 22, 2020

I install this card through HACS and documentation is wrong...
Right entities configuration part is: entityname:entityid
No additional spaces, no additional tags

ex:
entities:
moisture:sensor.xiaomi_miflora_moisture
intensity:sensor.xiaomi_miflora_illuminance
temperature:sensor.xiaomi_miflora_temperature
Fertility:sensor.xiaomi_miflora_soil_conductivity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants