diff --git a/atom.xml b/atom.xml index a5b4d5a7d6..eec72f9a76 100644 --- a/atom.xml +++ b/atom.xml @@ -4,7 +4,7 @@
EntityComponent.add_entity(entity)
and EntityComponent.async_add_entity(entity)
have been removed. Use EntityComponent.add_entities([entity])
and EntityComponent.async_add_entities([entity])
instead. (@balloob - #11691) (breaking change)EntityComponent.add_entity(entity)
and EntityComponent.async_add_entity(entity)
have been removed. Use EntityComponent.add_entities([entity])
and EntityComponent.async_add_entities([entity])
instead. Also EntityComponent.entities
is no longer a dictionary but instead an iterable. Use EntityComponent.get_entity(entity_id)
to get entity by id. (@balloob - #11691) (breaking change)I finally took the time to setup a simple website to help people getting started with Home Assistant. The process was super smooth thanks to the great tools Jekyll and Octopress and the great services GitHub Pages and CloudFlare.
+