Skip to content

Commit

Permalink
Update documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
theyosh committed Jul 26, 2024
1 parent 46b009f commit ca77cba
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 2 deletions.
3 changes: 3 additions & 0 deletions docs/_hardware/gpio_relay.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,7 @@ micro-controller.
When the relay is working in **reverse** order, you can change this by toggling
the `inverse` toggle in the `calibration` tab.

![GPIO Relay calibration inverse mode](/assets/img/GPIO_relay_calibration_inverse_mode.webp){: .shadow style="max-width:
90%" } _GPIO Relay calibration inverse mode_

{% include_relative _relay_detail.md %}
8 changes: 7 additions & 1 deletion docs/_hardware/ms100_sensor.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
title: Meross MS100
title: Meross MS100(F)
categories: [Hardware, Sensor]
tags: [sensor, temperature, humidity]

Expand All @@ -14,6 +14,12 @@ device_auto_detect: true
device_url: https://www.meross.com/mTerminal/product?type=0&category_id=29
---

Both MS100 and MS100F are supported. Both should be auto discovered during
startup.

- [MS100](https://www.meross.com/en-gc/smart-sensor/wifi-temperature-sensor/51)
- [MS100F](https://www.meross.com/en-gc/smart-sensor/smart-humidity-sensor/143)

## Information

- Monitor temperature and humidity via the Meross app anywhere anytime, such as
Expand Down
Binary file not shown.
2 changes: 1 addition & 1 deletion hardware/sensor/meross_sensor.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
class terrariumMS100Sensor(terrariumSensor):
HARDWARE = "ms100"
TYPES = ["temperature", "humidity"]
NAME = "Meross MS100(f)"
NAME = "Meross MS100(F)"

def _load_hardware(self):
if TerrariumMerossCloud.is_enabled:
Expand Down

0 comments on commit ca77cba

Please sign in to comment.