https://github.com/suda/ha_monitor_climate
Expose temperature and humidity sensors as a climate entity
https://github.com/suda/ha_monitor_climate
climate hacs hacs-integration home-assistant
Last synced: 4 months ago
JSON representation
Expose temperature and humidity sensors as a climate entity
- Host: GitHub
- URL: https://github.com/suda/ha_monitor_climate
- Owner: suda
- Created: 2024-07-29T19:12:31.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-07-30T09:46:08.000Z (almost 2 years ago)
- Last Synced: 2026-01-17T06:26:17.557Z (5 months ago)
- Topics: climate, hacs, hacs-integration, home-assistant
- Language: Python
- Homepage:
- Size: 3.91 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Monitor Climate
[](https://github.com/custom-components/hacs)
_Expose temperature and humidity sensors as a climate entity_
## Usage
```yaml
climate:
- platform: monitor_climate
name: "Office Climate"
temperature_sensor: sensor.office_climate_temperature
humidity_sensor: sensor.office_climate_humidity
```
## Installation
### HACS (Recommended)
1. Ensure that [HACS](https://hacs.xyz/) is installed.
2. In the Home Assistant UI, navigate to HACS.
3. Click on "Integrations".
4. Click the "+" button in the bottom right corner.
5. Search for "Monitor Climate" and select it.
6. Click "Install" and wait for the installation to complete.
7. Restart Home Assistant.
8. In the HA UI, go to "Configuration" -> "Integrations", click "+" and search for "Monitor Climate".
### Manual Installation
If you prefer to install manually, follow these steps:
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 `monitor_climate`.
4. Download _all_ the files from the `custom_components/monitor_climate/` directory (folder) in this repository.
5. Place the files you downloaded in the new directory (folder) you created.
6. Restart Home Assistant
7. In the HA UI go to "Configuration" -> "Integrations" click "+" and search for "Monitor Climate"