Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/thomasloven/lovelace-flower-card
https://github.com/thomasloven/lovelace-flower-card
Last synced: 1 day ago
JSON representation
- Host: GitHub
- URL: https://github.com/thomasloven/lovelace-flower-card
- Owner: thomasloven
- Created: 2019-04-23T19:08:32.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2019-09-02T16:26:58.000Z (about 5 years ago)
- Last Synced: 2024-11-05T14:43:46.340Z (7 days ago)
- Language: JavaScript
- Size: 3.91 KB
- Stars: 102
- Watchers: 12
- Forks: 37
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# EARLY BETA
![](https://user-images.githubusercontent.com/1299821/56608848-fb66c300-660b-11e9-843e-369327c75926.png)
### Instructions
1: Install card (`type: module`)
2: Get CSV database file (No. I won't tell you where)
3: Run `python3 convert.py DBFileName.csv > data.js`
4: Move `data.js` to `www/lovelace-flower-card/data/data.js`
5: Get flower images and extract to `www/lovelace-flower-card/data/Images`
6: Setup card
```yaml
type: custom:flower-card
entity: plant.my_plant
species: "tulipa 'hollandia'"
```To get a list of the available species run `python3 convert.py DBFilename.csv species`. The value you want is the one after the colon. Enter it exactly like it says, with quotes and all.