Skip to content

chandrashekar-nallamilli/HassMeetjestadSensor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

hacs_badge

Meetjestad Sensor

This is a minimum implementation of an integration providing a sensor measurement.

Install is available using HACS or you can install manually.

Manual Installation

  1. Using the tool of choice open the directory (folder) for your HA configuration (where you find configuration.yaml).
  2. If you do not have a custom_components directory (folder) there, you need to create it.
  3. In the custom_components directory (folder) create a new folder called meetjestad_sensor.
  4. Download all the files from the custom_components/metejestad_sensor/ directory (folder) in this repository.
  5. Place the files you downloaded in the new directory (folder) you created. @All the parameters are required Add the following to your configuration.yaml file:
# Example configuration.yaml entry
  - platform: meetjestad_sensor
    name: meetjestad
    station_id: [ YOUR_STATION_ID ]
    monitored_conditions:
      - temperature
      - humidity