Fritillaria 'Persica Ivory Bells'
- Origin
 - Qinghai, Sichuan, Yunan, ShaanxiQing-Bamountains, Gansu
 - Production
 - Qinghai, Sichuan, Yunnan, Qing-Ba mountains in Shaanxi, Gansu
 - Category
 - Liliaceae, Fritillaria
 - Blooming
 - Flowering period May-July, fruiting period August-October
 - Color
 - Flower color green
 - Size
 - height 15-40 cm
 - Soil
 - Humus-rich sandy loam
 - Sunlight
 - Should not be in direct contact with sunlight
 - Watering
 - Water slightly every day to keep soil moist
 - Fertilization
 - Foliar fertilizer spray monthly
 - Pruning
 - Remove diseased leaves timely
 
Home Assistant Code
Use the following code in Home Assistant's configuration.yaml to set the limits for the Plant Monitor integration.
  plant:
   name_of_your_plant:
      sensors:
         ...
      # Fritillaria 'Persica Ivory Bells'
      min_moisture: 15
      max_moisture: 60
      min_conductivity: 350
      max_conductivity: 2000
      min_temperature: 8
      max_temperature: 32
      min_brightness: 3700
      max_brightness: 30000
  
Plant as JSON
You can also retrieve the plant information in a machine readable format.
JSON