Erica 'Prince of Wales'
- Origin
- Europe
- Production
- Europe
- Category
- Ericaceae, Erica
- Blooming
- Flowering period September-October
- Color
- Flower color white
- Size
- height about 20-50 cm
- Soil
- Acidic soil
- Sunlight
- Sufficient sunlight
- Watering
- Only need keep soil moist
- Fertilization
- No much requirement for fertilizers
- Pruning
- Remove diseased and dead 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:
         ...
      # Erica 'Prince of Wales'
      min_moisture: 15
      max_moisture: 60
      min_conductivity: 350
      max_conductivity: 2000
      min_temperature: 4
      max_temperature: 35
      min_brightness: 3700
      max_brightness: 50000
  Plant as JSON
You can also retrieve the plant information in a machine readable format.
JSON