miflora-card
miflora-card copied to clipboard
Need improvements
Hi there.
Thank you for this card
Could you please improve it :) with ALL the min/max options. Still miss : min/max illumiance, max conductivity, max temperature
Could you also add the min/max on the card on each line, to have a complete visual information. Acutally the red number says it's too high or too low, but we don't know the gap
Thnak's
You can try my fork of this card. I added the missing min/max sensor. Also you can add some location (optional)
Thank's. Looks great :)
But it seems not to work. I try the location option, and it don't display
maybe try to clean your browser cache.
I am using this card in my config. Location should work.
Let me know if you still have problems or open an issue there.
@sli-cka it works :) Very nice
Could you improve it again ? It should be very usefull to see the min-max values right after the entites
eg : Moisture 57% (20-60)
Great job :)
Hello @sli-cka , I have installed your card, but it does not work for me.
I put this code:
- type: custom:miflora-card
title: Calathea Zebrina
image: /local/poto/poto.jpg
location: Salón
min_moisture: 15
max_moisture: 60
min_conductivity: 350
max_conductivity: 2000
min_temperature: 12
max_temperature: 35
entities:
- entity: sensor.poto_humedad type: moisture
- entity: sensor.poto_iluminacion type: intensity
- entity: sensor.poto_temperatura type: temperature
- entity: sensor.poto_conductividad type: conductivity name: Fertilidad
And I get this error:
No card type found
- type: custom:miflora-card
title: Calathea Zebrina
image: /local/poto/poto.jpg
location: Salón
min_moisture: 15
max_moisture: 60
min_conductivity: 350
max_conductivity: 2000
min_temperature: 12
max_temperature: 35
entities:
- entity: sensor.poto_humedad type: moisture
- entity: sensor.poto_iluminacion type: intensity
- entity: sensor.poto_temperatura type: temperature
- entity: sensor.poto_conductividad type: conductivity name: Fertilidad
A little help please.