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)is_state_attr(entity_id, name, value)
added (@andythigpen)binary_sensor
component.