Hyacinthus orientalis 'purple sensation'
- Origin
- Holland
- Production
- Yunnan
- Category
- Hyacinthaceae, Hyacinthus
- Blooming
- Flowering period March-April, viewing period 3-4 weeks
- Color
- Flower color purple
- Size
- Diameter 芒聣楼 10 cm, height 16-20 cm
- Soil
- Peat and perlite mixed
- Sunlight
- Long-day plant, put in sunny places, but avoid strong sunlight at noon
- Watering
- Water thoroughly only when soil is dry, in every 4-5 days
- Fertilization
- Dilute fertilizers following instructions, apply 1-2 times monthly
- Pruning
- Remove the withered parts on the ground after flowering, leaving bulbs for germination in the next year
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:
         ...
      # Hyacinthus orientalis 'purple sensation'
      min_moisture: 15
      max_moisture: 60
      min_conductivity: 350
      max_conductivity: 2000
      min_temperature: 6
      max_temperature: 32
      min_brightness: 2500
      max_brightness: 30000
  Plant as JSON
You can also retrieve the plant information in a machine readable format.
JSON