core/homeassistant/components/sun
karwosts 5b4c309170
Create a deprecation/repair for `sensor.sun_solar_rising` (#146462)
* Create a deprecation/repair for `sensor.sun_solar_rising`

* test

* Update homeassistant/components/sun/strings.json
2025-06-11 11:02:14 +02:00
..
__init__.py Make sun `solar_rising` a binary_sensor (#140956) 2025-06-02 10:32:48 +02:00
binary_sensor.py Make sun `solar_rising` a binary_sensor (#140956) 2025-06-02 10:32:48 +02:00
condition.py
config_flow.py Standardize import step variable name (part 1) (#124674) 2024-08-27 10:34:47 +02:00
const.py
entity.py Increase resolution of sun updates around sunrise/sundown (#140403) 2025-05-26 21:20:18 +02:00
icons.json Make sun `solar_rising` a binary_sensor (#140956) 2025-06-02 10:32:48 +02:00
manifest.json Remove myself as code owner of sun component (#144854) 2025-05-14 09:37:51 +03:00
sensor.py Create a deprecation/repair for `sensor.sun_solar_rising` (#146462) 2025-06-11 11:02:14 +02:00
strings.json Create a deprecation/repair for `sensor.sun_solar_rising` (#146462) 2025-06-11 11:02:14 +02:00
trigger.py