mqtt:
to your config and a broker is launched and connected with Home Assistant. See the documentation for more info.
Further in this release a bunch of cool new stuff, bug fixes and rewrites for the Vera and Tellstick component (see breaking changes section at bottom for this!).
Rock on.
Automation: support for old deprecated config has been removed
Tellstick configuration has changed
tellstick: signal_repetitions: X
vera: vera_controller_url: http://192.168.1.161:3480/ # Optional to exclude devices - this is a list of vera device ids exclude: [ 13, 14, 16, 20, 23, 72, 73, 74, 75, 76, 77, 78, 88, 89, 99] # Optional to import switches as lights - this is a list of vera device ids lights: [15, 17, 19, 21, 22, 24, 26, 43, 64, 70, 87]
Besides bug fixes, this release also brings:
# Example using templates for service and data in service call. # Works for automation, Alexa, universal media player, template switch. automation: - trigger: - platform: state entity_id: switch.bathroom action: service_template: > {% if is_state('switch.bathroom', 'on') %} switch.turn_on {% else %} switch.turn_off {% endif %} data_template: entity_id: switch.{{ states('input_select.is') }}
media_content_type
and media_content_id
, to match the corresponding mediafor
config parameter to only trigger when a state hasn’t changed for a certain period of time (@pavoni, @stefan-jonasson)
Camera feeds are now directly embedded in the frontend.
command_line
.
Examples of the new input_select and weblink components.
Not only did we gain a lot of test coverage, we also attracted a lot of new developers that contributed a variety of components and platforms:
I would like to give a shout out to Greg Dowling (@pavoni) as every release includes new work from him. He is constantly adding support for new platforms or improving the reliablity of existing components and platforms. Keep up the good work!
This release includes a very frequent requested feature: the ability to organize entities in different tabs in the frontend. See the demo to see this in action and read more in the group documentation how to get started.
Example of the new views in the frontend. Learn more.
/5
) (@kennedyshead)homeassistant
, switch
, light
and media_player
(@rmkraus)