You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
*Make sure to configure the logger to monitor the proper component at the proper level*
83
+
84
+
Make sure to configure the logger to monitor the proper component at the proper level.
86
85
87
86
```yaml
88
87
# Example working logger settings that works
@@ -97,6 +96,7 @@ logger:
97
96
You can see directly in the frontend (**Developer tools** -> **About**) what release of Home Assistant you are running. The Home Assistant releases are available on the [Python Package Index](https://pypi.python.org/pypi). This makes it possible to get the current release.
@@ -107,6 +107,7 @@ You can see directly in the frontend (**Developer tools** -> **About**) what rel
107
107
If you own a devices which are storing values in text files which are accessible over HTTP then you can use the same approach as shown in the previous section. Instead of looking at the JSON response we directly grab the sensor's value.
0 commit comments