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

Update master with latest changes #251

Merged
merged 135 commits into from
Aug 10, 2015
Merged

Update master with latest changes #251

merged 135 commits into from
Aug 10, 2015

Conversation

balloob
Copy link
Member

@balloob balloob commented Aug 8, 2015

Included in this merge:

Following deprecated methods and support have been removed:

  • hass.components
  • hass.local_api
  • hass.config_dir
  • hass.get_config_path
  • hass.get_entity_ids
  • hass.listen_once_event
  • hass.track_state_change
  • hass.call_service
  • Support for configuring Home Assistant via home-assistant.conf has been dropped
  • Component process has been removed (use sensor.systemmonitor instead)
  • device helpers no longer forward to entity helpers
  • Support for setting up platforms using get_devices has been removed
  • util no longer imports util.dt methods

The following methods have been moved to homeassistant.helpers.event. The old ones are deprecated but will still work. Please migrate soon:

  • hass.track_time_change
  • hass.track_utc_time_change
  • hass.track_point_in_time
  • hass.track_point_in_utc_time
  • hass.states.track_change

fabaff and others added 30 commits June 23, 2015 12:34
- Added edimax.py module to interface with Edimax SP-1101W and SP-2101W
- Added error check for host param in config.yaml
- Fixed SmartPlugSwitch is_on method
- Edimax smartplug works now!
Custom min/max temperature for thermostat
Support for rfxtrx sensors
fabaff and others added 27 commits August 6, 2015 22:28
LedController's set_brightness() method expects either an int between 0 and
100, or a float between 0.0 and 1.0, but the brightness here is an int between
0-255. Scale the brightness appropriately.
limitlessled: scale brightness to meet ledcontroller expectations
Add support for setting the color of a LimitlessLED light.
Currently this implementation is limited to the subset of 16 colors
exposed by the ledcontroller package that is used to interact with the
light itself. Technically the lights themselves support 255 colors.
limitlessled: add color support
balloob added a commit that referenced this pull request Aug 10, 2015
Update master with latest changes
@balloob balloob merged commit ee73bd7 into master Aug 10, 2015
@home-assistant home-assistant locked and limited conversation to collaborators Mar 17, 2017
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

6 participants