Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
chasenicholl committed Dec 4, 2024
1 parent b694653 commit 282d72f
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -166,6 +166,14 @@ sensor_type `{2}` | value_key | metric units | std units | additional_properties
"value_key": "wind_direction",
"trigger_value": 360
}
},
{
"name": "Lightening Detector",
"sensor_type": "Occupancy Sensor",
"occupancy_properties": {
"trigger_distance": 10,
"trigger_time": 120
}
}
],
"platform": "WeatherFlowTempest"
Expand Down Expand Up @@ -286,8 +294,8 @@ sensor_type `{2}` | value_key | metric units | std units | additional_properties
"name": "Lightening Detector",
"sensor_type": "Occupancy Sensor",
"occupancy_properties": {
"trigger_distance": 10, // KM
"trigger_time": 120 // Seconds
"trigger_distance": 10,
"trigger_time": 120
}
}
],
Expand Down

0 comments on commit 282d72f

Please sign in to comment.