-
-
Notifications
You must be signed in to change notification settings - Fork 33.8k
0.12 #1001
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
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Fix missing binary sensor types
Allow forcing MQTT protocol v3.1
… case, join it with the base url. note: urllib.parse.urljoin will handle case when the artwork url is absolute. 2) artwork would not be replaced in the user interface because the url did not change between tracks (http://.../cover.jpg). solved by appending internal hash of the media title to the url to force reload
artwork fixes
Remove sensor state
Config can now specify one or more hosts to connect and also a interface_addr to multicast on if multiple interfaces exists. Signed-off-by: Robert Marklund <robbelibobban@gmail.com>
Use select statment to show if db exits instead of 'SHOW DATABASES' which cant be run by a non admin user. See influxdata/influxdb#4785 for more info. Also influxdb dont like empty writes('') so ignore state changes of that kind, this happens on startup of home assistant. Signed-off-by: Robert Marklund <robbelibobban@gmail.com>
Add Twitter as a notification platform
influxdb: fix the need of admin to run
Fix #863 - Added a check for good pull from OWM and return if the object is None
sonos: add hosts and interface_addr to sonos config
If the computer is sleeping that are running xbmc then the traceback is printed in the log all the time. Keep the traceback in debug mode of the module if needed. Signed-off-by: Robert Marklund <robbelibobban@gmail.com>
kodi: remove traceback on state check
Someone forgot some in:s and () Also added windGust sensor. Signed-off-by: Robert Marklund <robbelibobban@gmail.com>
yr.no: fix some bugs in the component
…ppropriate messages.
* Add dict with map of units to v_types. * Avoid numerous if, elif branches and return statements. * Add custom unit decoupled from other units.
Add ZigBee integration and components.
Adding service for logbook
…ment Mysensors: Refactor unit of measurement
To be able to handle new platforms with multiple used v_types but single states, a new more strict mapping was required. Each s_type is now mapped to its corresponding v_type(s) in a dict of lists.
Mysensors: Refactor s_types and v_types mapping
Owntracks - mobile ibeacon tracking.
Google Voice SMS notification support
Fix #1046 by correcting platform name
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
It's been a busy two weeks so it's time to get ready for a next release: 0.12.
homeassistant
,switch
,light
andmedia_player
(@rmkraus)/5
) (@kennedyshead)Deprecations
nest
component.