Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Scheduler component #11

Merged
merged 12 commits into from
Jan 27, 2015
Merged

Scheduler component #11

merged 12 commits into from
Jan 27, 2015

Commits on Nov 17, 2014

  1. Schedule component

    Can read schedule json config file
    Can load custom rule_types
    Gyran committed Nov 17, 2014
    Configuration menu
    Copy the full SHA
    aab52ca View commit details
    Browse the repository at this point in the history

Commits on Nov 26, 2014

  1. Schedule component and time event

    The schedule can read a schedule.json file and create time events
    Gyran committed Nov 26, 2014
    Configuration menu
    Copy the full SHA
    1c94bb1 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'dev' of https://github.com/balloob/home-assistant into …

    …scheduler
    
    # By Paulus Schoutsen
    # Via Paulus Schoutsen
    * 'dev' of https://github.com/balloob/home-assistant: (51 commits)
      Light test tests light profile loading
      Loader test tests now custom component loading
      Default config dir is now working_dir/config
      Add sun component test for state change
      Tweak light test to create correct exception
      Better light.xy_color parsing
      Added light component test coverage
      Renamed mock_switch_platform to mock_toggledevice_platform
      Expanded switch test to push it to 100% coverage
      Fix to make tests work on Travis CI
      Added tests for switch component
      Clean up code sun component tests
      Added test coverage for sun component
      Minor fix for Chromecast component
      Cleaned up tests a bit
      Added initial Chromecast test coverage
      Final test added to get to 100% coverage for groups
      Extended group tests
      Added group component tests
      Reorganized testing
      ...
    Gyran committed Nov 26, 2014
    Configuration menu
    Copy the full SHA
    09908f5 View commit details
    Browse the repository at this point in the history

Commits on Dec 3, 2014

  1. completed time_event_listener

    Gyran committed Dec 3, 2014
    Configuration menu
    Copy the full SHA
    c920898 View commit details
    Browse the repository at this point in the history

Commits on Dec 28, 2014

  1. Configuration menu
    Copy the full SHA
    c436b33 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8332068 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b1cc760 View commit details
    Browse the repository at this point in the history
  4. Merge remote-tracking branch 'upstream/master' into scheduler

    * upstream/master: (60 commits)
      StateMachine is now case insensitive for entity ids
      Added an example component that does the bare minimum
      State card rendering now way more flexible
      Update README.md
      Update documentation for example component
      Add link to demo in README
      Add code to mock API for demo on home-assistant.io
      Moved documentation from GitHub source to home-assistant.io
      Make nmap mac regex more flexible to play nice with OS X
      Frontend: color switch icons yellow if on
      New strategy for defining number of used threads
      WeMo component exposes Insight info if available
      Only turn off the specified lights
      Fix default light and device group IDs
      Add nmap_tracker documentation
      Fix typo and default groups
      Specify devices for trigger
      nmap-based device tracking plugin
      Make block_till_stopped test more flexible
      Fix PyLint
      ...
    Gyran committed Dec 28, 2014
    Configuration menu
    Copy the full SHA
    99b1cbf View commit details
    Browse the repository at this point in the history
  5. SunEventListener documentation

    Gyran committed Dec 28, 2014
    Configuration menu
    Copy the full SHA
    03e30ea View commit details
    Browse the repository at this point in the history

Commits on Dec 29, 2014

  1. Fixed some lint errors

    Gyran committed Dec 29, 2014
    Configuration menu
    Copy the full SHA
    b0b62d5 View commit details
    Browse the repository at this point in the history

Commits on Jan 25, 2015

  1. Merge remote-tracking branch 'upstream/master' into scheduler

    * upstream/master: (104 commits)
      Fire a time_changed event every second
      Update example config with correct wink config
      Wink API is weird.  If you delete a device from their API, they dont delete it.  They just "hide" it
      Update the frontend with the new icon for sensor
      Minor refactor of build_frontend script to support linux, and not just mac
      Update script installs latest dependencies
      Fix flaky device scanner test
      Increased environment validation upon start
      Fix group names for switch, light and devices
      Disable pylint unused-argument check
      Fix device scanner test
      Better update schedules for cast and devicetracker
      Tweaks to the configurator UI
      Add tests, fix styling
      Add initial version of configurator component
      Fix tabs being selectable by clicking on header
      Data binding fix: Update instead of replace states
      New: State.last_updated represents creation date
      Update sensor icon for now
      Updates to resolve flake8 errors
      ...
    Gyran committed Jan 25, 2015
    Configuration menu
    Copy the full SHA
    631251f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7066f25 View commit details
    Browse the repository at this point in the history