Skip to content

Commit be093a5

Browse files
jesserockzclaude
andcommitted
Merge main into migration branch
Port the made-for-esphome URL fix (#1403) to the Astro version of the page; 107 device files picked up upstream's image/content updates via rename detection. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
2 parents e88118b + 1f2a3ac commit be093a5

107 files changed

Lines changed: 244 additions & 260 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
Loading
23 KB
Loading

src/content/docs/devices/AVATTO-S06-IR-Remote-no-temp-no-humidity/index.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ between the GPIO13 and the RESET pin of the ESP8266 MCU.
6161
```yaml
6262
# Basic Config
6363
---
64-
# https://esphome.io/devices/esp8266.html
64+
# https://esphome.io/components/esp8266/
6565
esphome:
6666
name: ir_remote
6767

@@ -87,25 +87,25 @@ api:
8787
ota:
8888
password: !secret ota_password
8989

90-
# https://esphome.io/components/status_led.html
90+
# https://esphome.io/components/status_led/
9191
status_led:
9292
pin: 4
9393

94-
# https://esphome.io/components/remote_receiver.html
94+
# https://esphome.io/components/remote_receiver/
9595
remote_receiver:
9696
id: rcvr
9797
pin:
9898
number: 5
9999
mode: INPUT_PULLUP
100100
inverted: True
101101

102-
# https://www.esphome.io/components/remote_transmitter.html
102+
# https://www.esphome.io/components/remote_transmitter/
103103
remote_transmitter:
104104
id: tamtr
105105
pin: 14
106106
carrier_duty_percent: 50%
107107

108-
# https://esphome.io/components/climate/ir_climate.html
108+
# https://esphome.io/components/climate/climate_ir/
109109
climate:
110110
- platform: toshiba
111111
id: ac
@@ -126,7 +126,7 @@ switch:
126126
fan_mode: AUTO
127127
swing_mode: VERTICAL
128128

129-
# https://esphome.io/components/switch/shutdown.html
129+
# https://esphome.io/components/switch/shutdown/
130130
- platform: shutdown
131131
name: "IR Remote Shutdown"
132132
id: ir_remote_shutdown

src/content/docs/devices/AWP04L/index.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ esphome:
3939

4040
esp8266:
4141
board: esp01_1m
42-
restore_from_flash: true #writes each state change to flash for switch or light with restore_mode: RESTORE_DEFAULT_OFF/ON, see https://esphome.io/components/esphome.html#esp8266-restore-from-flash
42+
restore_from_flash: true #writes each state change to flash for switch or light with restore_mode: RESTORE_DEFAULT_OFF/ON, see https://esphome.io/components/esphome/#configuration-variables-3
4343

4444
wifi:
4545
ssid: !secret wifi_ssid
@@ -134,7 +134,7 @@ sensor:
134134
change_mode_every: 1 #Skips first reading after each change, so this will double the update interval. Default 8
135135
update_interval: 10s #20 second effective update rate for Power, 40 second for Current and Voltage. Default 60s
136136

137-
# Reports the total Power so-far each day, resets at midnight, see https://esphome.io/components/sensor/total_daily_energy.html
137+
# Reports the total Power so-far each day, resets at midnight, see https://esphome.io/components/sensor/total_daily_energy/
138138
- platform: total_daily_energy
139139
name: ${friendly_name} Total Daily Energy
140140
power_id: wattage
@@ -238,7 +238,7 @@ light:
238238
if (state == 2)
239239
state = 0;
240240
241-
# Blink the red light if we aren't connected to WiFi. Could use https://esphome.io/components/status_led.html instead but then we couldn't use the red light for other things as well.
241+
# Blink the red light if we aren't connected to WiFi. Could use https://esphome.io/components/status_led/ instead but then we couldn't use the red light for other things as well.
242242
interval:
243243
- interval: 500ms
244244
then:
@@ -276,7 +276,7 @@ esphome:
276276

277277
esp8266:
278278
board: esp01_1m
279-
restore_from_flash: true #writes each state change to flash for switch or light with restore_mode: RESTORE_DEFAULT_OFF/ON, see https://esphome.io/components/esphome.html#esp8266-restore-from-flash
279+
restore_from_flash: true #writes each state change to flash for switch or light with restore_mode: RESTORE_DEFAULT_OFF/ON, see https://esphome.io/components/esphome/#configuration-variables-3
280280

281281
wifi:
282282
ssid: !secret wifi_ssid
@@ -371,7 +371,7 @@ sensor:
371371
change_mode_every: 1 #Skips first reading after each change, so this will double the update interval. Default 8
372372
update_interval: 10s #20 second effective update rate for Power, 40 second for Current and Voltage. Default 60s
373373

374-
# Reports the total Power so-far each day, resets at midnight, see https://esphome.io/components/sensor/total_daily_energy.html
374+
# Reports the total Power so-far each day, resets at midnight, see https://esphome.io/components/sensor/total_daily_energy/
375375
- platform: total_daily_energy
376376
name: ${friendly_name} Total Daily Energy
377377
power_id: wattage
@@ -475,7 +475,7 @@ light:
475475
if (state == 2)
476476
state = 0;
477477
478-
# Blink the red light if we aren't connected to WiFi. Could use https://esphome.io/components/status_led.html instead but then we couldn't use the red light for other things as well.
478+
# Blink the red light if we aren't connected to WiFi. Could use https://esphome.io/components/status_led/ instead but then we couldn't use the red light for other things as well.
479479
interval:
480480
- interval: 500ms
481481
then:

src/content/docs/devices/Aoycocr-X10S-Plug/index.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ esphome:
4444

4545
esp8266:
4646
board: esp01_1m
47-
restore_from_flash: true #writes each state change to flash for switch or light with restore_mode: RESTORE_DEFAULT_OFF/ON, see https://esphome.io/components/esphome.html#esp8266-restore-from-flash
47+
restore_from_flash: true #writes each state change to flash for switch or light with restore_mode: RESTORE_DEFAULT_OFF/ON, see https://esphome.io/components/esphome/#configuration-variables-3
4848

4949
wifi:
5050
ssid: !secret wifi_ssid
@@ -139,7 +139,7 @@ sensor:
139139
change_mode_every: 1 #Skips first reading after each change, so this will double the update interval. Default 8
140140
update_interval: 10s #20 second effective update rate for Power, 40 second for Current and Voltage. Default 60s
141141

142-
# Reports the total Power so-far each day, resets at midnight, see https://esphome.io/components/sensor/total_daily_energy.html
142+
# Reports the total Power so-far each day, resets at midnight, see https://esphome.io/components/sensor/total_daily_energy/
143143
- platform: total_daily_energy
144144
name: ${friendly_name} Total Daily Energy
145145
power_id: wattage
@@ -243,7 +243,7 @@ light:
243243
if (state == 2)
244244
state = 0;
245245
246-
# Blink the red light if we aren't connected to WiFi. Could use https://esphome.io/components/status_led.html instead but then we couldn't use the red light for other things as well.
246+
# Blink the red light if we aren't connected to WiFi. Could use https://esphome.io/components/status_led/ instead but then we couldn't use the red light for other things as well.
247247
interval:
248248
- interval: 500ms
249249
then:
@@ -378,7 +378,7 @@ sensor:
378378
change_mode_every: 1 #Skips first reading after each change, so this will double the update interval. Default 8
379379
update_interval: 10s #20 second effective update rate for Power, 40 second for Current and Voltage. Default 60s
380380

381-
# Reports the total Power so-far each day, resets at midnight, see https://esphome.io/components/sensor/total_daily_energy.html
381+
# Reports the total Power so-far each day, resets at midnight, see https://esphome.io/components/sensor/total_daily_energy/
382382
- platform: total_daily_energy
383383
name: ${friendly_name} Total Daily Energy
384384
power_id: wattage
@@ -482,7 +482,7 @@ light:
482482
if (state == 2)
483483
state = 0;
484484
485-
# Blink the red light if we aren't connected to WiFi. Could use https://esphome.io/components/status_led.html instead but then we couldn't use the red light for other things as well.
485+
# Blink the red light if we aren't connected to WiFi. Could use https://esphome.io/components/status_led/ instead but then we couldn't use the red light for other things as well.
486486
interval:
487487
- interval: 500ms
488488
then:
-114 KB
Loading
-298 KB
Loading
-178 KB
Loading
-163 KB
Loading

src/content/docs/devices/Arlec-Grid-Connect-Smart-87cm-Linkable-CCT-Bar-Light/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ difficulty: 5
99

1010
The `Arlec Grid Connect Smart 87cm Linkable CCT Bar Light` is part of the
1111
[Grid Connect ecosystem](https://grid-connect.com.au/) sold at Bunnings in Australia and uses the
12-
Tuya [CBLC9](https://developer.tuya.com/en/docs/iot/cblc9-module-datasheet) module.
12+
Tuya [CBLC9](https://developer.tuya.com/docs/iot/cblc9-module-datasheet?id=Ka42cqnj9r0i5) module.
1313
This module is a variant of the BK7231 family and must be re-flashed or replaced with an ESP8266
1414
series module which fits inside the housing.
1515

0 commit comments

Comments
 (0)