Skip to content

ModernForms Smart Fan Integration for HomeAssistant

License

Notifications You must be signed in to change notification settings

DeltaAngle/ha-modernforms

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ha-modernforms

Modern Forms Smart Fan Integration for Home Assistant

Modern Forms Smart Fans contain a WiFi module that can be controlled with basic json http posts. The API was derived from the Moden Forms Android application.

The component creates a FanEntity and a LightEntity (if enabled)

Installation

Create a directory in .homeassistant/custom_components/modernforms/ and place the files from this repo there.

Configuration

Add the following in your configuration.yaml. The light: value is optional and should be set to true if the fan has a light An optional scan_interval: value can also be set per device, with the default being 10 seconds

modernforms:
  - host: <ip of fan>
    name: <name>
    light: true

About

ModernForms Smart Fan Integration for HomeAssistant

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%