35469 Commits

Author SHA1 Message Date
Darren Griffin
8967e26ab4
Uppercase distributor names to fix sorting (#37902) 2025-03-10 14:19:31 +00:00
Darren Griffin
b830b0f4f5 Lowercase mediarath 2025-03-10 14:13:55 +00:00
Darren Griffin
a68e488fad Add alternative filter for case insensitive sort 2025-03-10 14:13:28 +00:00
Darren Griffin
a7609f83bd Undo naming change 2025-03-10 14:09:02 +00:00
Darren Griffin
bac2077528 Uppercase distributor names to fix sorting 2025-03-10 13:37:13 +00:00
c0ffeeca7
265179dc8f
Map card: update screenshot to reflect current SW (#37895)
* Map card: update screenshot to reflect current SW

* Update map card to show cluster
2025-03-10 11:56:09 +01:00
Galorhallen
e8e6bcba79
Removed wrong quotes from govee light local (#37897) 2025-03-10 11:12:42 +01:00
Bastiaan Bergman
04cf6b7569
Added limitation to the documentation of python scripts. (#37889)
* Update python_script.markdown

Added limitation.

* Tweak

---------

Co-authored-by: Franck Nijhof <frenck@frenck.nl>
2025-03-10 10:24:45 +01:00
Denis Shulyaka
bf80d747d6
Anthropic conversation extended thinking support (#37775)
* Anthropic conversation extended thinking support

* Update anthropic.markdown

* Update anthropic.markdown
2025-03-10 09:57:17 +01:00
Maciej Bieniek
a0b7d0a4ca
Update nam.markdown (#37890) 2025-03-10 09:45:29 +01:00
Glenn Waters
92ac3330d9
Update environment_canada.markdown (#37874)
Tidy up language.
2025-03-10 09:42:07 +01:00
kiddyfurby
cf1b0e9eab
Clarify requirement for Yale Conexis L1 (#37696)
There's a built-in bluetooth but that wouldn't work.
A extra module is required.
2025-03-10 09:40:13 +01:00
LG-ThinQ-Integration
682a92ea3c
Update climate automation guide to LG ThinQ. (#37803)
* Update climate automation

* Fix textlint

* Update code block

---------

Co-authored-by: yunseon.park <yunseon.park@lge.com>
2025-03-10 09:38:26 +01:00
Galorhallen
7681ee50ea
Update list of supported Govee lights (#37885) 2025-03-10 09:35:02 +01:00
Keith
366c890c99
Added documentation for igloohome lock/unlocking feature (#37000)
* - Added feature documentation for bridge locking/unlocking
- Added troubleshooting steps

* - Minor grammer change

* - Added mention of igloodeveloper API

* - Minor formatting fixes

* - Minor grammatical fix

* - Minor documentation change.

---------

Co-authored-by: c0ffeeca7 <38767475+c0ffeeca7@users.noreply.github.com>
2025-03-10 09:24:44 +01:00
J. Nick Koston
e73c435268
Add ITH-13-B and ITH-21-B models to inkbird (#37893)
https://github.com/home-assistant/core/pull/140244
2025-03-10 10:16:11 +02:00
Stamatios Chrysinas
a88fcb98e9
Update philips_js.markdown
fixed misspelling, removed trailing white spaces
2025-03-10 09:04:06 +01:00
Stamatios Chrysinas
c5b6a9c0e2
Update philips_js.markdown
Made it generic, removed the Android, non-Android referneces
2025-03-10 08:42:04 +01:00
Stamatios Chrysinas
ff6acd3f07
Update philips_js.markdown
Use a Proper Heading Instead of Emphasized Text
Instead of using bold text for the section title
2025-03-10 08:33:25 +01:00
c0ffeeca7
f5d000fd70
tiny tweaks 2025-03-10 07:49:09 +01:00
dependabot[bot]
136a9f1d7e
build(deps-dev): bump sorbet-runtime from 0.5.11906 to 0.5.11911 (#37894)
Bumps [sorbet-runtime](https://github.com/sorbet/sorbet) from 0.5.11906 to 0.5.11911.
- [Release notes](https://github.com/sorbet/sorbet/releases)
- [Commits](https://github.com/sorbet/sorbet/commits)

---
updated-dependencies:
- dependency-name: sorbet-runtime
  dependency-type: indirect
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-03-10 07:43:45 +01:00
Franck Nijhof
280e45776c
Add template functions: md5, sha1, sha256, sha512 (#37884) 2025-03-10 07:38:25 +01:00
Stamatios Chrysinas
dc6ec5cefc
Update philips_js.markdown
I've used the information from:
https://github.com/eslavnov/pylips/blob/master/docs/Home.md

to update the endpoints for the api version check.
2025-03-09 23:50:54 +01:00
J. Diego Rodríguez Royo
ddffd09c58
Add 900 RPM option to washer spin speed options (#37888) 2025-03-09 22:06:02 +01:00
Maciej Bieniek
5f7d7fee8f
Add Ogemray virtual integration docs (#37882) 2025-03-09 14:05:27 +01:00
Jan-Philipp Benecke
982239db1b
Add known WebDAV limitations (#37878) 2025-03-09 14:03:50 +01:00
Franck Nijhof
3e11933f99
Add template function: flatten (#37879) 2025-03-09 14:01:30 +01:00
Manu
ba458c6415
Add create_todo action to Habitica integration (#37869) 2025-03-09 13:59:47 +01:00
Franck Nijhof
f5644f746f
Add template function: typeof (#37872)
* Add template function: typeof

* Tweak

* Tweak output format
2025-03-09 11:04:09 +01:00
Petro31
d4bd08d3b4
Fix trigger example with hidden template (#37800)
* Fix trigger example with hidden template

* Remove auto-TOC thing
2025-03-08 11:33:44 +01:00
Manu
02130aeb0c
Add update_todo action to Habitica (#37801)
* add update_todo

* typos
2025-03-08 07:13:54 +01:00
Franck Nijhof
f872e128a3
Add template function: shuffle (#37864)
* Add template function: shuffle

* Use 'reproducible' instead

* tiny tweak

---------

Co-authored-by: c0ffeeca7 <38767475+c0ffeeca7@users.noreply.github.com>
2025-03-08 07:12:10 +01:00
Petro31
fadeb9c61c
Correct state and trigger based titles and add note (#37865) 2025-03-08 07:12:00 +01:00
Jan Bouwhuis
4d747e0385
Improve referrals to the device class documentation for MQTT entity platforms (#37858) 2025-03-07 23:14:29 +01:00
Josef Zweck
c231846cab
Add upload service docs to OneDrive (#37637)
* add service docs

* Update onedrive.markdown

* Fix OneDrive config entry description

* Apply suggestions from code review

* Apply suggestions from code review

---------

Co-authored-by: c0ffeeca7 <38767475+c0ffeeca7@users.noreply.github.com>
2025-03-07 20:05:51 +01:00
Arie Catsman
c13d3cf00c
Fix broken links in enphase envoy docs (#37862) 2025-03-07 19:25:35 +01:00
Jan Bouwhuis
2743ce0d24
Document how MQTT reports entity state updates (#37856)
* Document how MQTT reports entity state updates

* Update source/_integrations/mqtt.markdown

Co-authored-by: J. Nick Koston <nick@koston.org>

* Update source/_integrations/mqtt.markdown

Co-authored-by: J. Nick Koston <nick@koston.org>

---------

Co-authored-by: J. Nick Koston <nick@koston.org>
2025-03-07 08:15:46 -10:00
Franck Nijhof
bde7f6d8eb
2025.3.1 (#37861) 2025-03-07 18:55:00 +01:00
Regev Brody
26bb2cc20e
Add documentation for Roborock buttons for routines (#37817)
* add roborock scene support

* add roborock scene support

* Update roborock.markdown

* Update roborock.markdown

* Update roborock.markdown

* Update source/_integrations/roborock.markdown

Co-authored-by: Abílio Costa <abmantis@users.noreply.github.com>

---------

Co-authored-by: Abílio Costa <abmantis@users.noreply.github.com>
2025-03-07 15:51:52 +00:00
Bendik Brenne
54e4eb59e7
Removes no-NO from the language picker + a-z sorting (#37844)
* Sort languages by locale code

* Removes 'no-NO'

* Sort languages by language name

* Remove no-NO again (after sorting)
2025-03-07 13:27:23 +01:00
jaaviercr
96541e1819
Update header-footer.markdown: fixed link to dashboard/statistic (#37848)
Removed the s from statisticS
2025-03-07 13:10:50 +01:00
Markus Adrario
e2228ab54d
add select platform to homee (#37756) 2025-03-07 09:22:12 +01:00
Jan Bouwhuis
cad3008a1f
Add important note on MQTT broker settings when using Supla Cloud (#37839)
* Add important not on MQTT broker settings when using Supla Cloud

* typo
2025-03-07 09:21:08 +01:00
badlotus
b69cdfac4d
Update windows.markdown (#37825)
* Update windows.markdown

I noticed that there is a typo in the Windows installation instructions. Specifically, Step 3 of "Start Up Your Virtual Machine" ends with "(replace X.X.X.X with your ’s IP address).", when it should read "(replace X.X.X.X with your Windows server’s IP address)." 

Added {% assign board = "Windows server" %} to fix this typo that was generated on source/_includes/installation/operating_system.md.

* Start up VM: replace board variable by 'virtual machine' as VM is not a board

---------

Co-authored-by: c0ffeeca7 <k0ffeeka7@gmail.com>
2025-03-07 09:20:14 +01:00
dependabot[bot]
91c5f45b60
build(deps-dev): bump sorbet-runtime from 0.5.11899 to 0.5.11906 (#37846) 2025-03-07 07:51:37 +01:00
Abílio Costa
8f04d9af94
Minor fix to SmartThings sentence on blog post (#37843) 2025-03-06 21:36:41 +01:00
c0ffeeca7
f65abe11de
Create sections view: add substeps (#37837) 2025-03-06 18:44:44 +01:00
c0ffeeca7
b3e74466dd
Add card: add steps on customizing features, remove steps from tile card page (#37836) 2025-03-06 15:53:29 +01:00
c0ffeeca7
19ff28337d
Features: add steps on customizing features on a card (#37833) 2025-03-06 13:25:58 +01:00
Franck Nijhof
8501e9bc18
Merge branch 'current' into next 2025-03-06 12:08:36 +00:00