Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/jzhangdev/hass-352-skin-humidifier

🏠 Home assistant integration for 352 skin humidifier.
https://github.com/jzhangdev/hass-352-skin-humidifier

home-assistant homeassistant-custom-component homekit iot

Last synced: 22 days ago
JSON representation

🏠 Home assistant integration for 352 skin humidifier.

Awesome Lists containing this project

README

        

# hass-352-skin-humidifier

Home assistant integration for 352 skin humidifier.

## Screenshots

![dashboard](https://raw.githubusercontent.com/jzhangdev/hass-352-skin-humidifier/main/screenshots/dashboard.png)
![entity-details](https://raw.githubusercontent.com/jzhangdev/hass-352-skin-humidifier/main/screenshots/entity-details.png)

## Config

`configuration.yaml`

```yaml
humidifier:
- platform: 352_skin_humidifier
name: 352 Skin Humidifier
device_id:
token:

template:
- sensor:
- name: Temperature
unit_of_measurement: "°C"
state: "{{ state_attr('humidifier.352_skin_humidifier', 'current_temperature')}}"
```