diff --git a/source/components/index.markdown b/source/components/index.markdown index dfd4ecd5fb7..892b6d0c2f8 100644 --- a/source/components/index.markdown +++ b/source/components/index.markdown @@ -58,7 +58,7 @@ $(window).load(function(){ } }); - $('.componentFilter a').click(function(){ + $('.filter-button-group').on('click', 'button', function() { $('.componentFilter .current').removeClass('current'); $(this).addClass('current'); @@ -72,7 +72,8 @@ $(window).load(function(){ } }); return false; - }); + }); + }); @@ -84,17 +85,16 @@ Components add support for devices, automation, and much much more to Home Assis Entities are things that you want to observe within Home Assistant. Support for these things are provided by the entity components [Light](/components/light.html), [Switch](/components/switch.html), [Thermostat](/components/thermostat.html), [Media player](/components/media_player.html), [Device tracker](/components/device_tracker.html), and [Sun](/components/sun.html). - - -
- All - Sensor - Switch - Media player - Presence +
+ + + + + + +
-
- - - - +

Support for these services is provided by the Home Assistant community and not the service providers.