Code Monkey home page Code Monkey logo

home-assistant-config's People

Contributors

dependabot[bot] avatar zanix avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

home-assistant-config's Issues

Implement Floorplan

Add Floorplan for Home Assistant
https://community.home-assistant.io/t/floorplan-for-home-assistant/17394

sudo su -s /bin/bash homeassistant
source /srv/homeassistant/bin/activate
mkdir /srv/homeassistant/src
cd /srv/homeassistant/src
git clone git://github.com/pkozul/ha-floorplan.git
cd /home/homeassistant/.homeassistant
mkdir -p panels
mkdir -p www/custom_ui/floorplan
ln -s /srv/homeassistant/src/ha-floorplan/panels/floorplan.html panels/floorplan.html
ln -s /srv/homeassistant/src/ha-floorplan/www/custom_ui/floorplan/ha-floorplan.html www/custom_ui/floorplan/ha-floorplan.html
  • Spinning fan animation
    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;
}

climate automation?

Hi, you're config is quite extensive but I was attracted to it cause it's one of a very few that use Ecobee in your climate automations. I'd like to see your implementation of climate but can't locate any yamls or config for it.

Do you mind sharing or pointing me to your climate/ecobee automations?

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.