8000 feedback: Apply consistent language to Tilt Pi refs · home-assistant/core@bed25e0 · GitHub
[go: up one dir, main page]

Skip to content

Commit bed25e0

Browse files
committed
feedback: Apply consistent language to Tilt Pi refs
1 parent beb38e3 commit bed25e0

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

homeassistant/components/tilt_pi/strings.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,12 @@
66
},
77
"user": {
88
"data": {
9-
"name": "Tilt Pi Friendly Name",
10-
"host": "Tilt Pi Hostname or IP Address",
11-
"port": "Tilt Pi Port"
9+
"name": "Tilt Pi friendly name",
10+
"host": "Tilt Pi hostname or IP address",
11+
"port": "Tilt Pi port"
1212
},
1313
"data_description": {
14-
"host": "The host and port of the TiltPi device."
14+
"host": "The host and port of the Tilt Pi device."
1515
}
1616
}
1717
},

tests/components/tilt_pi/conftest.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111

1212
from tests.common import MockConfigEntry
1313

14-
TEST_NAME = "Test TiltPi"
14+
TEST_NAME = "Test Tilt Pi"
1515
TEST_HOST = "192.168.1.123"
1616
TEST_PORT = 1880
1717

0 commit comments

Comments
 (0)
0