mirror of
https://github.com/home-assistant/core.git
synced 2025-07-22 04:37:06 +00:00
Allow Random title to be translated (#128928)
This commit is contained in:
parent
a0665dc431
commit
82aea946a2
@ -1,4 +1,5 @@
|
|||||||
{
|
{
|
||||||
|
"title": "Random",
|
||||||
"config": {
|
"config": {
|
||||||
"step": {
|
"step": {
|
||||||
"binary_sensor": {
|
"binary_sensor": {
|
||||||
|
@ -7354,7 +7354,6 @@
|
|||||||
"iot_class": "calculated"
|
"iot_class": "calculated"
|
||||||
},
|
},
|
||||||
"random": {
|
"random": {
|
||||||
"name": "Random",
|
|
||||||
"integration_type": "helper",
|
"integration_type": "helper",
|
||||||
"config_flow": true,
|
"config_flow": true,
|
||||||
"iot_class": "calculated"
|
"iot_class": "calculated"
|
||||||
@ -7445,6 +7444,7 @@
|
|||||||
"nmap_tracker",
|
"nmap_tracker",
|
||||||
"plant",
|
"plant",
|
||||||
"proximity",
|
"proximity",
|
||||||
|
"random",
|
||||||
"rpi_power",
|
"rpi_power",
|
||||||
"schedule",
|
"schedule",
|
||||||
"season",
|
"season",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user