CCOSTAN / Home-AssistantConfig

:house: Home Assistant configuration & Documentation for my Smart House. Write-ups, videos, part lists, and links throughout. Be sure to :star: it. Updated FREQUENTLY!
https://www.vCloudInfo.com
Other
4.77k stars 509 forks source link

Big Ass Fan #98

Open CCOSTAN opened 7 years ago

CCOSTAN commented 7 years ago

For the living room. I want it.

CCOSTAN commented 7 years ago

http://amzn.to/2mfs8BK

CCOSTAN commented 7 years ago

Add spinning fan automation in Floorplan.

@-webkit-keyframes rotation {
        from {
                -webkit-transform: rotate(0deg);
        }
        to {
                -webkit-transform: rotate(359deg);
        }
}

#fan\.living_room_fan_level, #fan\.master_bedroom_fan_level {
  transform-origin: center;
}

.fan-on {
  fill: #ff8a65 !important;
  -webkit-animation: rotation 2s infinite linear;
}

.fan-off {
  fill: #424242 !important;
}
CCOSTAN commented 7 years ago

Add fan controllers to any room without big ass fans.

http://a.co/edsg7uj

CCOSTAN commented 4 years ago

https://github.com/mikelawrence/homeassistant-custom-components - to support the Big Ass Fans in HA.