* Rename Services to Actions in integrations: T
* Update source/_integrations/timer.markdown
---------
Co-authored-by: c0ffeeca7 <38767475+c0ffeeca7@users.noreply.github.com>
* Update tplink documentation for next release
* Add all the new platforms and update light effect comments
* Update supported devices link
* Re-add thegardenmonkey as a codeowner
* Add unsupported model section for TP-Link Kasa integration
Ref: https://github.com/home-assistant/core/issues/94947
Some newer models of TP-Link Kasa devices are incompatible with the integration. Creating a section for them and adding one known model. Additionally, cross link to the Matter integration where it has limited support.
* tiny tweak
change link to point to link to the topic title within the matter page
---------
Co-authored-by: c0ffeeca7 <38767475+c0ffeeca7@users.noreply.github.com>
* Fix broken link
* Add smart wall switches to usecase
* Update tplink.markdown
* Add power strips
Co-authored-by: Teemu R. <tpr@iki.fi>
Co-authored-by: Teemu R. <tpr@iki.fi>
KL430 uses different API for communication which is not supported by pyhs100.
This was accidentally added here as a part of vendoring the color temperature ranges from python-kasa.
I just recently bought a TP-Link KP115 plug to monitor energy for my dishwasher since I had so much success monitoring energy for my washer with a HS110. Using the same process I used on the washer, I was able to get energy monitoring for my dishwasher with the KP115. I wanted to let the community know that there is another option for energy monitoring now that the HS110 is discontinued.
I noticed that these example templates use the templating method that is not recommended on the Templating page (https://www.home-assistant.io/docs/configuration/templating/) so have updated them to follow that convention. Apologies in advance if there was a specific reason this hasn't been done already!
A few folks have replaced `my_tp_switch` with `switch.whale_heater`, and obviously errors abound at that point:
> invalid slug switch.whale_heater(try switch_whale_heater)
Trying to make it a bit clearer