Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/jzhangdev/hass-352-skin-humidifier
- Owner: jzhangdev
- Created: 2022-11-15T05:55:14.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-09-05T10:04:40.000Z (4 months ago)
- Last Synced: 2024-11-06T07:14:18.027Z (2 months ago)
- Topics: home-assistant, homeassistant-custom-component, homekit, iot
- Language: Python
- Homepage:
- Size: 80.1 KB
- Stars: 4
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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')}}"
```